create-client
create-client copied to clipboard
Bugfix : input dateTime type to be complient with html specifications
| Q | A |
|---|---|
| Branch? | main |
| Tickets | None |
| License | MIT |
| Doc PR | Not needed |
HTML input type "dateTime" seems not complient with official specifications ? I suggest to use "datetime-local" instead.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local https://www.w3schools.com/tags/att_input_type_datetime-local.asp