Open josiah-wolf-oberholtzer opened 9 years ago
Select2 could potentially be a big improvement.
<ul>
in the first Multiple select boxes example here, seems to successfully restrict its height (such that it could potentially fit into disco/graph’s bottom bar) & enable scrolling to see all selected items.ul {
overflow: scroll;
height: 30px;
}
http://travistidwell.com/jquery.treeselect.js/
The example seems to run fairly quickly with a large, multi-level list (4096 items). Searching currently is only triggered by the search button, not while typing, but that ought to be a fairly straight-forward change.
Might also need some more skinning? Happy to volunteer some CSS-ing if needed.
The current widget is both slow and makes examining what roles are selected difficult.
Consider switching to Select2 instead.
Pros:
Cons:
@delucis thoughts?