diff --git a/ui/src/components/input/QInput.json b/ui/src/components/input/QInput.json index 76d7bf16c891..439f095a8ae9 100644 --- a/ui/src/components/input/QInput.json +++ b/ui/src/components/input/QInput.json @@ -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"