QInput API does not list datetime-local as allowed type #15929
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/vite-plugin
Bugs related to Vite usage with Quasar
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
The API documentation does not list the datetime-local type as one of the permitted types for the QInput component
What did you expect to happen?
The "datetime-local" type should be listed just like all other types supported by native
<input>
already are.Reproduction URL
https://codepen.io/Septatrix/pen/eYPwLXr
How to reproduce?
Cannot be seen on codepen as it does not allow type checking. It can however be seen in the documentation: https://quasar.dev/vue-components/input#qinput-api, and in the underlying JSON file:
quasar/ui/src/components/input/QInput.json
Lines 27 to 30 in 26edefc
Flavour
Vite Plugin (@quasar/vite-plugin)
Areas
Components (quasar)
Platforms/Browsers
Firefox, Chrome, Safari, Microsoft Edge, iOS, Android, Electron, Other
Quasar info output
No response
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: