Availity/availity-reactstrap-validation

Error message is not correct

emin-karadag opened this issue · 0 comments

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?