Skip to content

Commit

Permalink
feat(QInput): backport from Qv2 - add datetime-local as allowed type q…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Oct 21, 2023
1 parent 0682f87 commit ae1d1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/components/input/QInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"default": "text",
"values": [
"text", "password", "textarea", "email", "search",
"tel", "file", "number", "url", "time", "date"
"tel", "file", "number", "url", "time", "date",
"datetime-local"
],
"examples": [ "password" ],
"category": "general"
Expand Down

0 comments on commit ae1d1ff

Please sign in to comment.