We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, just wondering if the invalid event is currently supported?
I tried using something like:
handleInvalid(event) { ... } <input type="text" onInvalid={this.handleInvalid} />
But it doesn't work. I have to manually attach the event handler to the actual DOM node in order to get it working.
So, is the invalid event actually supported?
If not, any plans on supporting it?
The text was updated successfully, but these errors were encountered:
I don't see it on the list: https://facebook.github.io/react/docs/events.html
Yes, it would be good to support all the browser events. Would you like to submit a PR?
Sorry, something went wrong.
This was added recently but is not a part of a release. #5187
No branches or pull requests
Hi, just wondering if the invalid event is currently supported?
I tried using something like:
But it doesn't work. I have to manually attach the event handler to the actual DOM node in order to get it working.
So, is the invalid event actually supported?
If not, any plans on supporting it?
The text was updated successfully, but these errors were encountered: