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

AvField type date which have clear button on calendar not working #264

Open khaled961 opened 2 years ago

manojkarri6 commented 2 years ago

@khaled961 - did you find any work around for the clear button issue? if so please let me know.

Thanks and appreciate it

khaledalaa9673 commented 2 years ago

actually, it is not a bug. when I use required prop to the AVField field this is mean this field should always have a value. so with required prop clear button must do nothing and this is the default of the HTML input tag. so if you want to clear it do not use required props