Skip to content
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

Should dispatch change event on main select input #15

Open
Asikur22 opened this issue Nov 6, 2024 · 2 comments
Open

Should dispatch change event on main select input #15

Asikur22 opened this issue Nov 6, 2024 · 2 comments

Comments

@Asikur22
Copy link

Asikur22 commented Nov 6, 2024

After selecting an item from the dropdown, the select input is updated but no change event is dispatched.

@BMSVieira
Copy link
Owner

Hey,

Yes, it does not by itself (plugin wise), but you can actually set an EventListener to the original checkbox and make that work.

@Asikur22
Copy link
Author

Whenever it updates the value to the original select box, it should dispatch a change event on the original select box. If it doesn't dispatch any event the the event listener will not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants