-
Notifications
You must be signed in to change notification settings - Fork 290
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
🪲 warningbox is shown if multi classes dropdown is changed #5290
Comments
I was checking all of the HTML elements that had aria-selected=True and now that this page has two selects, it got messed up 😆 |
So this is what happened: since (as far as I know) there's no way to target the |
Yeah, for now we could just make the selectors more specific. Perhaps by adding a div with an id as a wrapper to the select element we want your event to listen to:) Could you share the link to your question on their github page? |
Here it is: mdbootstrap/TW-Elements#2333 They told me to check the API page of the element, but to even view the documentation I need a paid account. I honestly think the best way forward would be to replace this library for a free one, or maybe even our own solution, because we can't even use many of the features with a free account :C |
It was free when i used it. Really annoying that it isn't now! Let's discuss it tomorrow! But i think the solution i suggested would solve our problem for now! |
TW Elements generates the dropdown dynamically, so there's no way to target it externally, I tried multiple things to no avail. The div that actually changes has an id that is generated at runtime. Tomorrow we can keep discussing this! |
@jpelay check out this related comment by @Felienne #5385 (review) |
The current dropdowns are part of a paid library and therefore are very hard to target in JS. Replace them with Hasan's select to be able to have control over them. Fixes #5290 **How to test** Customizing an adventure should work normally
Describe the bug
@jpelay ?!
The text was updated successfully, but these errors were encountered: