Releases: seeden/react-form-controlled
Releases · seeden/react-form-controlled
support for preact
Big new release
All components were refactored and improved.
Errors are moved to react-form-controlled-validate. (Size of the package is much smaller if you do not want to use errors validation)
Please read readme.md for more information
Fixed radio button
Fixed radio button and problem with controlled / uncontrolled warning
Fixed input / textarea
Fixed issue when user pressed enter. User can see latest value in onSubmit callback
fixed integrate issue
fixed issue with component Integrate
React 15.x support
added react 15.x support
removed deps react-select (you can use new component "Integrate" if you want to use any 3rd component)
deps
better array
You can use props like an up, down, remove and addIndex for the all children inside fieldset with the array value
added extend
Fieldset component has a new parameter named extend.