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

Error message is not correct #223

Open emin-karadag opened 3 years ago

emin-karadag commented 3 years ago

Hello, I have defined an error message for AvField. I require the field. Then I defined the error message for required. So it worked correctly. But this field is a numeric field and I added valueParser = {parseFloat} to get the value. After adding this the error message that should work for "required" didn't work. Could you help?