You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a basic datepicker with floatLabel="never", its placeholder is not cleared on keyboard input. Only happens with invalid input ("abcd"), but it can be quite annoying because, if you are validating with some format like DD/MM/YY, the placeholder will only go away when you type exactly that format.
(Check stackblitz for a working example)
Placeholder overlaying input text:
What is the expected behavior?
Placeholder to be cleared on keyboard input.
What are the steps to reproduce?
Here is just a fork from the basic datepicker from documentation with added floatLabel="never". You should type an invalid date like "abc".