romanh24 opened this issue 2 years ago · 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.
It's just styling of input:invalid. Put background: none on it and you're done.
input:invalid
background: none