Skip to content

Commit a84dce4

Browse files
committed
maxlength as attribute
1 parent 0c9481c commit a84dce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flame/HTML/Attribute/Internal.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ height :: ToIntAttribute
212212
height = createAttribute "height" <<< show
213213

214214
maxlength :: ToIntAttribute
215-
maxlength = createProperty "maxlength" <<< show
215+
maxlength = createAttribute "maxlength" <<< show
216216

217217
minlength :: ToIntAttribute
218218
minlength = createProperty "minlength" <<< show

0 commit comments

Comments
 (0)