wojtekmaj/react-daterange-picker

How to disable the validation when opening the calendar?

romanh24 opened this issue · 1 comments

The red color is displayed when the calendar is opened. I understand that this is validation. How to turn it off?
Thanks for the answer.

image

It's just styling of input:invalid. Put background: none on it and you're done.