availity-reactstrap-validation
availity-reactstrap-validation copied to clipboard
Easy to use React validation components compatible for reactstrap.
Hello ! I'm using Availity Reactstrap Validation on a Gatbsy project for multiples forms. Unfortunately i encounter a strange issue when I go to a page that contains a form....
Hi ! First of all thanks for this very useful package ! Following question may be trivial. ``` render() { const { loading, user } = this.props; return !loading ?...
In order to extend **AvValidator** to add more custom validator into this object i have to do these step 1. Import **AvValidator**, **isString** 2. Add my custom validator to AvValidaor...
I am currently getting the warning ``` Please check the code for the AvForm component. Warning: forceUpdate(...): Can only update a mounted or mounting component. This usually means you called...
It's such a pain to work with this awesome library. Can you please add typed definitions for this one too? For details, Please check the following link: https://github.com/DefinitelyTyped/DefinitelyTyped
We have the following code in our form: { this.setStateIfMounted({ file: e.target.files[0] }) }} /> When the user clicks on the field to choose a file, it immediately displays "This...
Pretty much, I have a custom async validator that is used to check whether a user with the entered email already exists; however, I don't want to actually make the...
The page of examples (https://availity.github.io/availity-reactstrap-validation/components/avform/) is great, but it would be helpful to have explicit documentation for how to use each component.
When setting the model for the first time, error messages will not appear until the field is interacted with. Perhaps a prop to control that sort of behavior?
It's been reported to me that there are some performance issues when using this library is a normal way. I use this library in a less than normal way, allowing...