We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df0758f + c8a580e commit e210049Copy full SHA for e210049
src/DOM/HTML/Indexed/InputType.purs
@@ -5,7 +5,6 @@ data InputType
5
| InputCheckbox
6
| InputColor
7
| InputDate
8
- | InputDatetime
9
| InputDatetimeLocal
10
| InputEmail
11
| InputFile
@@ -31,7 +30,6 @@ renderInputType = case _ of
31
30
InputCheckbox -> "checkbox"
32
InputColor -> "color"
33
InputDate -> "date"
34
- InputDatetime -> "datetime"
35
InputDatetimeLocal -> "datetime-local"
36
InputEmail -> "email"
37
InputFile -> "file"
0 commit comments