Availity / availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.
https://availity.github.io/availity-reactstrap-validation/
MIT License
191 stars 70 forks source link

Input on model explicitly required to edit to validate the regex #231

Open imdkbj opened 3 years ago

imdkbj commented 3 years ago

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 pic, Invalid submit value what are showing if directly click to submit the form where as Valid submit is edit with same values.

image

Seems are some error with text and number issue, as no error with price as it's passed as string.

Is this my side issue or library.