NgHierarchicalSelector
NgHierarchicalSelector copied to clipboard
A Hierarchical/Tree Selector control for AngularJS
Even if `tabindex="0"` is added to the hierarchical-input, it doesn't seem to allow `Enter` to open the tree view. Once the tree view is open (via mouse click), there are...
Fixed issue with dropdown not sticking to the textbox when the page has scrolled
When I tried to run the demo, I saw there was missing this file
How do I reset the selection field empty? I'd like to make the field empty after selection is complete. But until I don't refresh the page, I'm not able to...
Hi @lukemurray I finally found a way to clear all the tree, I don't know if it's the fanciest way of doing it, but it works. I add a clear-selected...
i am facing some problems with asyncData as hierarchical selector is populating with no data. [{"id":987,"name":"AP","children":[]},{"id":978,"name":"MP","children":[]},{"id":992,"name":"UP","children":[]},{"id":997,"name":"HP","children":[]},{"id":1007,"name":"AAP","children":[]}] I am using the same example with different data as below: we have some...
When I try to set the selection on a multi-select, the only way that I can find to get the checkboxes to be correctly checked as well as the preselected...
I am facing an issue when i bind selection and onSelectionChanged to same scope variable. For Example, ``` ``` I am using selection to display default selected values when page...
Hi! I just discover this awesome directive, amazing, you save my day! I was wondering if there is any default attribute to set this type of field as required? Thanks...
@lukemurray on [GlobaLeaks](https://github.com/globaleaks/GlobaLeaks) we are evaluating the use of NgHierarchicalSelector inside our form builder to make possible for a user to select options from a hierarchic select-box like the one...