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

Combobox value being reseted #226

Open
rmadeiraneto opened this issue Aug 28, 2019 · 1 comment
Open

Combobox value being reseted #226

rmadeiraneto opened this issue Aug 28, 2019 · 1 comment

Comments

@rmadeiraneto
Copy link

with version v1.4.2 is working fine, but with the latest version, when changing a combobox inside the modal, the selected value is reseted and therefor always '0' or default

so I have a combobox inside one of the modals. with a previous version I select a value, have an onChange script, it process the value, everything works just fine.
Now I've updated the version of iziModal to the latest version and the value of the combobox processed by the onChange script is always '0' (default value).
I've tested and retested, When I use the latest script it's always broken, when I use the old version script it always work. And the rest of the plugin works fine with the latest version.

p.s: congrats and keep up the good work

thank you,
Ricardo M.

@rmadeiraneto
Copy link
Author

Actually I think it's a problem with onChange events in general. Had another case with a checkbox inside a modal and it doesn't even run the onChange event of the checkbox

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

1 participant