Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
373
stars
132
forks
source link
Bugfix : input dateTime type to be complient with html specifications #387
Open
guillemfondin opened 2 months ago
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