api-platform / create-client

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
https://api-platform.com/docs/client-generator/
MIT License
373 stars 132 forks source link

Bugfix : input dateTime type to be complient with html specifications #387

Open guillemfondin opened 2 months ago

guillemfondin commented 2 months ago
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