-
Notifications
You must be signed in to change notification settings - Fork 2
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
Hierarchical multiselect - top level topics aren't clickable, only the expand/collapse triangle #182
Comments
There are about 28 forks that have any push activity (i.e. were ever changed) and were updated in the past 2 years. |
Here are two alternatives, neither of which have collapsible option groups, but they do appear to be more up to date:
|
I think it's worth looking at both to see how complex they would be to adjust. Maybe an update to v5 would be enough for the first option and then we can then just improve styles with CSS, but maybe not. Either way, during deep dive we discussed forking whatever our choice turns out to be as neither repo has been updated in a while anyway and both have lots of PRs pending. |
Looked at these pretty quickly, both aren't great at screen reader and keyboard control accessibility, but snapappointments was better, and there is a PR that might improve accessibility there.
davidstutz is actively looking for a new maintainer, for what it's worth. |
We may have to fork this one too. It looks great, but at least one of the issues is about needing to update to the newer version of bootstrap. |
Decision:
|
We should probably fork the upstream package and come up with a better build process so we can make continual improvements. Right now we just have a minified and compiled JS + CSS file.
There are 2 thousand forks of https://github.com/davidstutz/bootstrap-multiselect. Perhaps one of those already does what we need.
The text was updated successfully, but these errors were encountered: