react-native-form-generator
react-native-form-generator copied to clipboard
Generate forms with native look and feel in a breeze
Hi, your example for a custom field is not working. I think there is also an error in the constructor markup ( one `}` too much). Using this simple input...
Add missing export to the root _index.js_
By inherently assuming the validation value is `true`, failed validations would then be overridden by successful validations (or vise-versa) The proposed validation handler for an Array of validationFn assumes the...
I run with your example and added a console.log to helper text to log `self.refs.registrationForm.refs.first_name` Steps to reproduce: - Enter some text in first name field - Delete the text...
In InputComponent I see you're setting TextInput's width to this.state.width-this.state.labelWidth, but in Android label's width is the component total width, since the container defaults to { flexDirection: 'column', alignItems: 'stretch'...
Object sometimes messes up the item order.
Anyone else having problems with an array of validations not working? The result is always failure even when the individual validators pass. I've tracked it down to src/lib/InputComponent.js ``` if(this.props.validationFunction.constructor...
When you set color:'color', you get warning because you set the color for the view too which is invalid
Selected date in DatePicker not highlighter after open it for the second time
`style={{color:'white', fontSize: 14}}` on InputField doesn't change the text color that is being inputted into the field