We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A few usability issues with the datepicker I'm having trouble implementing myself:
The default time on the datepicker should be 12:00am, not the current time.
The datepicker input fields should have placeholders, so that disabled users understand the format in which they should type:
The text was updated successfully, but these errors were encountered:
add placeholder to date fields
88fc317
cf #42
Added the placeholder.
As for the default time, I'm not sure it's a supported option. I opened a ticket that we can track: bevacqua/rome#164
Sorry, something went wrong.
I have answered on issue #164 issue right now. You can do it calling setValue method on the instance that rome initialization returns.
setValue
No branches or pull requests
A few usability issues with the datepicker I'm having trouble implementing myself:
The default time on the datepicker should be 12:00am, not the current time.
The datepicker input fields should have placeholders, so that disabled users understand the format in which they should type:
The text was updated successfully, but these errors were encountered: