ember-select-dropdown-tree
v0.2.0
Published
Tree dropdown for ember-select
Downloads
7
Maintainers
Readme
ember-select-dropdown-tree
Render a tree inside the ember-select
dropdown
Installation
ember install ember-select-dropdown-tree
Usage
Basic example:
{{x-select model=model value=value
dropdown='select-dropdown-tree'
onSelect=(action 'select')}}
Note: The component uses ember-simple-tree
to render the tree