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
The DateTimeInput component renders with different placeholder text colors for type="date" vs type="time". This could be due to browser default styling.
Context
spotted it during React vs Lit visual parity testing in Safari.
Summary
The
DateTimeInputcomponent renders with different placeholder text colors fortype="date"vstype="time". This could be due to browser default styling.Context
spotted it during React vs Lit visual parity testing in Safari.