Quick fixes for 1.4.0 version
·
23 commits
to develop
since this release
- #45 The "setFieldValue" function moved from "ControlledFormProps" to "FormStateController" interface;
- #52 The "ControlledFieldProps" interface was inconsistent when using decorators to control fields, this forced to keep
onChangeandonBlurprops to internal control only (prop injection), and the extra handlers were renamed toafterChange,afterBlurandafterReset. This may be a breakin change for who was using the "onChange" ofFieldcomponent for this purpose. - #53 Besides it's a patch version release, there's a new feature, The reset function to programmatically reset all forms instances with the current form name.