-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
select is not triggering on change #16
Comments
Hmm... MUI is using the browser's native functionality to select an <option> so I'm surprised that jQuery isn't picking up on change events. I can take a look at it this afternoon. In the mean time, if you can link to an example that would be great. |
I know. That's why I'm curious :) |
It's great to hear you put something together so quickly! I'd love to hear the good/bad issues you ran into. Did you start with the boilerplate HTML on the home page? It turns out that to trigger a 'change' event you need to do it manually. I added a 'change' event dispatch to the select component so the jQuery handler should work now: The bugfix is in v0.1.5 if you want to give it a try. Let me know if you run into any more issues! |
Ah, didn't see that. Thanks a lot! Works like a charm. |
When I try to catch a mui-select with jQuery's on('change') nothing happens. Is there a method for this?
The text was updated successfully, but these errors were encountered: