Multiple selects added at runtime get mixed up #31
Thanks, may you send a PR with this edit? Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, may you send a PR with this edit? Thanks. |
When using the autoinit option and a HTML block with multiple selects is added a runtime, the resulting dropdowns get mixed up (one of them contains all the options, and the others are not clickable).
To fix this, I changed the autoinit handler to support multiple selects:
with this