-
|
for date field I can still click on the current date on the calendar widget but for datetime field, I cannot quickly fill the current time. Only the date portion |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
May 8, 2022
Replies: 1 comment
-
|
Date uses |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Date uses
<input type="date">and DateTime uses<input type="datetime-local">. Both datepicker are handled directly by each browser and will have different UI