-
Notifications
You must be signed in to change notification settings - Fork 48
Development Archive
insin edited this page Nov 12, 2014
·
6 revisions
- ☑ Migrate from DOMBuilder to React
- ☑ Generate
React.DOM
components - ☑ Manual validation, no changes needed to cleaning/validation process
- ☑ Build data object from the DOM using
formData()
- ☑ Make FormSet API more suitable for the client side
- ☑ Add support for partial cleaning/validation
- ☑ Add a
controlled
(default:false
) option to Forms to enable use of controlled input components- ☑ Add a
prefixed
(default:false
) option tosetData()
andupdateData()
, as the user shouldn't be forced to pass prefixed field names in order to programatically update controlled fields.
- ☑ Add a
- ☑ Add interactive onChange validation - whole form or per-field
- ☑ Allow registration of multiple event handlers
- ☑
'auto'
validation adds delayedonChange
an instantonBlur
validation to text fields, so the user also gets feedback when leaving a required field if they didn't change anything.
- ☑ Add API for updating
form.data
without triggering validation, for controlled components- ☑
validate
(default:true
) andclearErrors
(default:true
) options toupdateData()
- ☑
validate
(default:true
) option tosetData()
- ☑
- ☑ Get FormSets working with 0.6 features
- ☑ Pass kwargs through to
form.setData()
- ☑
validate
(default:true
) option tosetData()
- ☑ Pass kwargs through to
- ☑ Rename
isBound
toisInitialRender
- more explicit about what it's actually used for.
- ☑ Add a
locales
module for adding/getting locales and setting a default. - ☑ Change the
formats
module to uselocales
, adding agetFormat()
function to get input/output formats by locale.
- Use React 0.12