-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Add onchange
and oninput
events for the select
tag
#177
Comments
Maybe other event attributes are missing too. |
can you open a pr? |
Sure. Do you know what event attributes are available on the HTML select tag? |
I know this documentation, but it only mentions that "Events fired by select: change, input", but I think |
Why is that every JSX library creates its own typings for |
I don't know... It sucks a lot to implement it manually... You're up to create a standard library for this? After we could create PRs to use it on many repos out there... |
onchange
and oninput
events for the select
tag
Anyone who wants to help with this issue, feel free to create a PR |
Sorry, but I don't have the time right now. |
@arthurfiorette I can take this one. I'm not sure about the scope of this issue. |
Prerequisites
Versions
3.1.2
Description
There's no
onchange
andoninput
event in the typings ofHmtlSelectTag
.Steps to Reproduce
html/jsx.d.ts
Line 448 in 9ca8cdf
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: