This repository was archived by the owner on Jan 18, 2025. It is now read-only.
Replies: 1 comment 3 replies
-
UPDATE: this does not works, it would disabled child option too.
function disabledBy (option) {
return option.isGroup ? true : false
} You could wrap this feature in a component Hope this helps you 😄 . |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got a question about groups. Is it possible to disable the select-all option when clicking the group option labes?
Beta Was this translation helpful? Give feedback.
All reactions