natefaubion / purescript-spork

Elm-like for PureScript
MIT License
157 stars 9 forks source link

HTML <input> `maxlength` attribute #30

Closed dederer closed 5 years ago

dederer commented 5 years ago

Could you please add an attribute maxlength?

natefaubion commented 5 years ago

https://github.com/slamdata/purescript-dom-indexed/issues/16

You can always construct your own properties and attributes with Spork.Html.attr and Spork.Html.prop.

dederer commented 5 years ago

Thanks!