create-client icon indicating copy to clipboard operation
create-client copied to clipboard

Bugfix : input dateTime type to be complient with html specifications

Open guillemfondin opened this issue 1 year ago • 0 comments

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

guillemfondin avatar Aug 13 '24 12:08 guillemfondin