availity-reactstrap-validation
availity-reactstrap-validation copied to clipboard
Easy to use React validation components compatible for reactstrap.
Hi i had input field which should not access leading and trailing slash. For this i have added a reg ex which does not allow leading/trailing slash. But in case...
Hi, I'm using AVForm in a modal. If the modal closes before the form is submitted an error is thrown, "Can't perform a React state update on an unmounted component"...
This version don't support validate for tag InputGroup. How can you help me implement this component? Thanks for you advice!
When there are three or more AvRadio components inside AvRadioGroup and the Modal is dismissed/hidden, the following runtime warning is given: react-dom.development.js:506 Warning: Can't perform a React state update on...
I have tried to use ```validationEvent="onChange"``` but seems the validation still trigged onblur
Hi, I've scoured the web trying to find an example of making validation work for reactstrap's CustomInput of type "file" in AvForm and came back empty handed. My guess is...
I'm using reactjs with availity reactstrap validation. I want to disable form submit button when form have validation errors. Only enable submit button when there is no validation errors all...
Hi, First many thanks for your project, it helps me a lot to bootstrap quickly a form and have validation around. I'm building a Gatsby static website and I'm trying...
AvCheckboxGroup validation doesn't seem to work properly when a checkbox is deselected. I've run into problems with 2 different validators: - required: Unchecking a checkbox causes the group to become...