Closed DeepakM02 closed 5 years ago
Validator checks the value
of component props. You should just pass it. What problem do you have?
I am not able to get whole form validity and use form validator in select, desc input type. when I use in desc then it converts to input type text. How to add validation rules with multiple parameter.
Yeah, Finally I have added link I applied validator for input type text but for type select, desc, and others it is not working and I am not able to use form methods means how to disable button if a form is invalid.
You're using this library wrong. You should create your own SelectValidator component in the same way as TextValidator in readme. Also there is no <input type="select">
, but <select>
yeah I did as you said above but it did not work i will share the code and I am not able to use forms method to disable submit button when form invalid.
you should use options={this.options()}
There are validators for text. I want to use these validator for select, desc and other input type along with text type. I am not getting what should I do.