purescript-react/purescript-react-basic-dom

Missing attributes with `Capture` suffix

i-am-the-slime opened this issue · 2 comments

I think all handler attributes (onClick, onChange, ...) have a corresponding attribute for registering handlers in the browser's capture phase (onClickCapture, onChangeCapture, ...).

We should add them.

Would it be as simple as adding onClickCapture here?

"onClick": "EventHandler",

Probably