availity-reactstrap-validation
availity-reactstrap-validation copied to clipboard
Easy to use React validation components compatible for reactstrap.
I would like to use Custom Validation and define error Message. The example given in doc is with async function: validate={{async: this.validate}} 1) is it possible to use custom validate...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
If the button has not type submit then also the onVaildSubmit gets called is there any way to solve this issue, can we call onVaildSubmit in the function instead of...
I am using Avinput and and Avform in form I am sending the model as a props to populate the default values. First time data load successfully. ``` ``` On...
Hi, thanks for developing and maintaining this repo When using `AvForm` the value of the form is set using the `model={defaultValues}` right? When the state is updated, how can we...
Hi, there is an error in your library when validating min/max or minLength/maxLength values set to 0. For reproduction you can use your first example of https://availity.github.io/availity-reactstrap-validation/components/validators/. Just change the...
Hi, As subjected, when values loaded to fields on model, it compulsory required to edit the value in input fields so that regex validation can be passed. In the below...
I'm getting this error : you're accessing the property `target` on a released/nullified synthetic event. when accessing target value in event. what's the probleme?
When adding the onChange event to an AvRadioGroup, it seems the function is called for every radio option, once with the selected value passed in correctly to the second argument,...