purescript-contrib / purescript-react-dom

Low-level React DOM bindings for PureScript
MIT License
16 stars 16 forks source link

`capture` attribute has an incorrect type #33

Closed jquesada2016 closed 6 months ago

jquesada2016 commented 6 months ago

Describe the bug The capture attribute for input has the type declared as Boolean, but it should instead be String.

To Reproduce N/A

Expected behavior I expect to be able to specify the allowed capture input values of user and environment.

Additional context Here's a link for the documentation, and a notte on how this used to be true, but not anymore.

jquesada2016 commented 6 months ago

Sorry, opened in the wrong repo!