Show the date format as a placeholder in the Date input field #12284
-
A date field without a value currently only shows an icon and a blank input. It has frequently lead to clients assuming they have to use the date picker UI to enter a date. Can we somehow also inform users that the field allows a date to be typed in as well, and inform them of the expected format (based on the locale)? We recently did this on a project by hooking into the DefineFieldHtmlEvent, but it might be good to have this as native behaviour. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Open to this, but we’d need to do it for time inputs as well for consistency, and even with the icons removed, there’s not enough space in Post/Expiry Date inputs to fit the whole time format as placeholder text: So we’ll need to hold off on this until Date + Time inputs get redesigned. |
Beta Was this translation helpful? Give feedback.
Open to this, but we’d need to do it for time inputs as well for consistency, and even with the icons removed, there’s not enough space in Post/Expiry Date inputs to fit the whole time format as placeholder text:
So we’ll need to hold off on this until Date + Time inputs get redesigned.