Closed pbiggar closed 2 years ago
It should be a property, and if false it should still be set. This works for me:
let spellcheck = (b: bool) => Vdom.attribute("", "spellcheck", string_of_bool(b))
Fixed in #18
It should be a property, and if false it should still be set. This works for me: