react-forms
react-forms copied to clipboard
Forms library for React.
React 15.5 moved `React.PropTypes` to a separate package and `react-addons-test-utils` to `react-dom` This fixes the warnings about that.
Using the following does nothing. Furthermore, this doesn't appear to match the API of `style` (imported from react-stylesheet). Is this project (and/or react-stylesheet) abandoned? > Customizing label rendering: > ```...
Noticed you're now up to beta35, although I can't see many code changes between a lot of the beta versions. Is react-forms ready to ship 2.0.0?
Hi, I'm trying to use this form in react tab but form is rerendered when switching tab so inputs are empty. How can I handle this? by storing form values...
Now react-forms is licensed under MIT. We are going to change license to be MIT/Apache dual license. The reasons are simple — some of our clients prefer to work with...
Fixes this warning (#150) when value for input is `undefined` or `null` by using an empty string for value when required. ``` A component is changing a controlled input of...
Is there a way to trigger async validaiton to a field via a custom onClick handler? That way you do not have to rely on the built in asyncValidate hooks...
Example's app does not run because webpack fails to build a bundle I changed the package.json of the project and added the two keys. Also remove react-dom which is already...
Trying to get react-forms working with IE10, but am getting the following error: ``` Fieldset.getChildContext(): childContextTypes must be defined in order to use getChildContext(). ``` So I added the following...