You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question. There is not a way to currently do this.
The parent items are based on <optgroup> elements in the select box and it appears that browsers generally do not allow you select a parent. It may be possible workaround this someway, but the logic could get a bit tricky because you can CTRL or SHIFT click items in a <select> box. I am open to a pull request that could add this in, but for the moment it seems a bit tricky to implement.
I am also looking for such a functionality. So the only workaround is to select all the child items present? This might become burdensome when there are many child items. Is there any other more elegant solution for this which I can use in the meantime?
Is there a way to move all child items after selecting the parent?
ex. if i select country then all states belong to that automatically move to right hand side?
The text was updated successfully, but these errors were encountered: