Skip to content

Releases: seeden/react-form-controlled

support for preact

20 Apr 14:06
Compare
Choose a tag to compare

added support for preact
replaced React.PropTypes with prop-types

Big new release

16 Dec 16:47
Compare
Choose a tag to compare

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

31 Oct 08:40
Compare
Choose a tag to compare

Fixed radio button and problem with controlled / uncontrolled warning

Fixed input / textarea

08 Jul 13:44
Compare
Choose a tag to compare

Fixed issue when user pressed enter. User can see latest value in onSubmit callback

fixed integrate issue

30 Apr 20:39
Compare
Choose a tag to compare

fixed issue with component Integrate

React 15.x support

20 Apr 19:53
Compare
Choose a tag to compare

added react 15.x support
removed deps react-select (you can use new component "Integrate" if you want to use any 3rd component)

deps

06 Mar 22:14
Compare
Choose a tag to compare

lodash 4.6.1
removed warning about js-beautify

better array

03 Feb 23:29
Compare
Choose a tag to compare

You can use props like an up, down, remove and addIndex for the all children inside fieldset with the array value

added extend

01 Feb 17:05
Compare
Choose a tag to compare

Fieldset component has a new parameter named extend.

0.11.5

31 Jan 23:12
Compare
Choose a tag to compare

added support for onChange
you can set onChange on the input, select and textarea