We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to React documentation, form elements should support the following events:
form
onChange
onInput
onInvalid
onSubmit
However, they don't seem to be accepted as props in the definition of form
The text was updated successfully, but these errors were encountered:
Keep in mind you're linking to code that is generated: https://github.com/lumihq/purescript-react-basic/blob/master/src/React/Basic/DOM.purs#L130
The problem is upstream https://github.com/lumihq/purescript-react-basic/blob/master/codegen/package.json#L8 https://github.com/jackyho112/react-html-attributes
Sorry, something went wrong.
You're right, opened jackyho112/react-html-attributes#11
also /cc @vapaj
That package now has a newer release, so someone should update the codegen project and run it again
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
According to React documentation,
form
elements should support the following events:onChange
onInput
onInvalid
onSubmit
However, they don't seem to be accepted as props in the definition of
form
The text was updated successfully, but these errors were encountered: