-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.11 #64
Comments
Looks like #61 landed, which can close "Populate form.files and cleanedData with File objects on the client". Does this mean that .11 is ready to go? I am looking forward to the widgetAttrs feature. I believe that will let me change the input type? Ie, I'd like to use type="tel" to get the keypad on mobile web for numeric inputs. Cheers, |
0.11 is almost ready. just want to play with the client-side
|
render()
,asDiv()
,asTable()
andasUl()
.formsetFactory()
BaseFormSet
toFormSet
FormSet
constructor can be used directly or.extend()
ed to set defaults which used to be passed toformsetFactory()
.require('newforms')
will still give you a grab-bag of everythingform.files
andcleanedDat
a withFile
objects on the client (FileField never updates #61)MultipleFileField
Field
property:field.widgetAttrs
(Add support for some HTML Input attributes #62, Allow to set focus on a field #63)Field.prototype.widgetAttrs
togetWidgetAttrs
field.widgetAttrs
by defaultgetWidgetAttrs
are calling super() properlyNumberWidget
#59)UPGRADE_GUIDE.md
with features removed in this release and deprecated for removal in the next release.The text was updated successfully, but these errors were encountered: