-
Notifications
You must be signed in to change notification settings - Fork 25
onchange event doesn't fire #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
Comments
Never mind. It does seem to be triggering static text values, but not when you use |
I will still try to implement this ASAP so others can use it intuitively. Thank you for letting me know about the issue. |
The pull request above should fix this. |
@WebCoder49 how to use addEventListener ? try using below but return error
|
I've put this all in a small demo here. If you have any questions / suggestions for this library, please feel free to let me know! |
As near as I can tell, onchange doesn't ever fire.
The
console.log
never occurs. I stepped through the code and found one issue (line 71), but even when I fixed it, I didn't get any change events. AFAIK, changing the value via javascript doesn't trigger change events on any element, so you'd need to manually dispatch them.The text was updated successfully, but these errors were encountered: