react-form-with-constraints
Advanced tools
Changelog
v0.9.3 (2018/09/12)
PropTypes.instanceOf()
instead of PropTypes.object
type
Changelog
v0.9.2 (2018/07/13)
Changelog
v0.9.1 (2018/07/06)
<Input>
component for field stylingreact-form-with-constraints-material-ui
hasFeedbacks()
to implement reset buttonFieldFeedback
uses <span style="display: block">
instead of <div>
in order to be a child of <p>
FieldFeedback
with classes
props instead of FormWithConstraints.fieldFeedbackClassNames
FieldFeedback
with theme
props instead of FormWithConstraints.fieldFeedbackStyles
Input
to InputElement
Changelog
v0.8.0 (2018/04/26)
FieldFeedbacks
reset()
, see #22FieldFeedbacks
show
attribute replaced by stop
validateFields()
returns Promise<Field[]>
validateForm()
: does not re-validate fields already validated contrary to validateFields()
computeFieldFeedbackKey()
implementation