-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date Picker is missing placeholder #537
Comments
Thanks, not sure why it's not implemented at the moment. Would you expect there to be a text in it, or a default date/time? Just looking for the practical use case here.. not sure I've seen date fields with a placeholder before. 🤔 |
@nul800sebastiaan On this particular clients form there are no labels, only placeholders, the date of birth field being the one in question. I have created by own custom field type to solve this, however for what is 2 lines of code in the filedtype definition, I feel it should be there...
|
Cool! I didn't realize the date field by default just looks like an empty textbox, definitely nice to allow a placeholder text there! 👍 |
Resolved in the linked PR and due in 8.7.2, |
The date picker should have the placeholder configuration setting.
On forms which do not use labels, the field is completely blank, the placeholder is a supported attribute for this input type.
This item has been added to our backlog AB#11452
The text was updated successfully, but these errors were encountered: