purescript-react / purescript-lumi-components

Library of our UI components
https://lumihq.github.io/purescript-lumi-components/#/
Apache License 2.0
105 stars 5 forks source link

Fix new Button onPress preventing HTML forms from being submitted #138

Closed arthurxavierx closed 4 years ago

arthurxavierx commented 4 years ago

Weirdly enough, if the submit button inside an HTML <form> captures the onClick event, the form won't get submitted even if the user presses the Enter key 😶