hierarchy-select
hierarchy-select copied to clipboard
Hierarchy Select jQuery Plugin for Twitter Bootstrap
I was getting console errors due to the **selected** variable evaluating true when it was empty. This fix just makes sure there are 1 or more elements to act on....
Subj. (#11) Thanks to @savraj (https://github.com/savraj/hierarchy-select/tree/v3-alpha) + Updated readme.md file Thanks to Asif Mughal from https://www.codehim.com/text-input/bootstrap-select-dropdown-with-search-box/
How to remove selected value from hierarchy
I forked the repo and have a branch where I made some tweaks to support Bootstrap 5. May I submit a PR? https://github.com/savraj/hierarchy-select/tree/v3-alpha Thanks, savraj
Hello I have disabled all the parent items except the last level by adding the `disabled` class. But when a user searches in the select box, all disabled classes are...
Hello is it possible to add/display a button while hovering over dropdown-item? Thanks.