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.
1 parent c6d3ba1 commit 8f643d2Copy full SHA for 8f643d2
src/Lumi/Components/Form/Defaults.purs
@@ -34,6 +34,7 @@ class FormDefaults a where
34
instance formDefaultsUnit :: FormDefaults Unit where formDefaults = unit
35
instance formDefaultsBoolean :: FormDefaults Boolean where formDefaults = false
36
instance formDefaultsNumber :: FormDefaults Number where formDefaults = 0.0
37
+instance formDefaultsInt :: FormDefaults Int where formDefaults = 0
38
instance formDefaultsString :: FormDefaults String where formDefaults = ""
39
instance formDefaultsArray :: FormDefaults (Array a) where formDefaults = []
40
0 commit comments