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
Default text appears in black as if user input is present
In the current implementation, the default text in the type="date" input field is displayed in black. This gives the impression that the user has already entered a value.
Expected behavior:
The input field should display placeholder text in a lighter color (e.g., grey) to clearly indicate that no user input has been provided yet.