-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 option text manipulation after selected #1642
Comments
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. |
I am also throw in another suggestion, that when a cascading option been presented, there can be an option to remove all the sub-level options. For example, if someone selects the country USA, all the States under USA should be removed as the top tier already cover the selection... |
… **false**), `data-short-tag=true|false` (default - **true**), issue #1642
In 4.4.1. I'm added Example: https://codepen.io/olton/pen/oNLLENZ |
Work with cascading values is not planned in the near future. |
Hi @olton Here is a quick sample of the function I described, maybe you can consider it. It is not the best code, just something quick and simple to illustrate. |
… **false**), `data-short-tag=true|false` (default - **true**), issue #1642
Hi
I am trying to work out how to do this... here are my structure:
As you can see both "Microsoft" and "Apple" share the same geo-locations in their list, but when say I selected the "USA" for both of outgroup, the selected item simply says "USA", and there is no way to identify which company it belongs too.
Is there a way for me to manipulate the option label or display text after an item been selected, so it somehow displays something like "Microsoft - USA" and "Apple - USA"? I think "data-on-item-select" event only trigger after the item been moved?
The text was updated successfully, but these errors were encountered: