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 0c9481c commit a84dce4Copy full SHA for a84dce4
src/Flame/HTML/Attribute/Internal.purs
@@ -212,7 +212,7 @@ height :: ToIntAttribute
212
height = createAttribute "height" <<< show
213
214
maxlength :: ToIntAttribute
215
-maxlength = createProperty "maxlength" <<< show
+maxlength = createAttribute "maxlength" <<< show
216
217
minlength :: ToIntAttribute
218
minlength = createProperty "minlength" <<< show
0 commit comments