vue-treeselect is a multi-select component with nested options support for Vue.js.
Questions tagged [vue-treeselect]
15 questions
3
votes
1 answer
Can't find a way to add new item when it doesn't exist using Vue-Treeselect
I'm trying to create a dropdown menu with a list I have populated from the backend. Here's the library in question Vue Treeselect
Once the user tries to enter something that's not inside, I want to be able to dynamically add it, and later when the…

Olja Ivkovic
- 33
- 5
2
votes
2 answers
How to implement "Select All" for vue-treeselect library?
There is a multi-select feature available in the vue-treeselect library; but what I am looking at is a "Select All" option (see snippet below):
Is there some undocumented config or can this feature be implemented without too much hassle?

Akshay Lokur
- 6,680
- 13
- 43
- 62
1
vote
1 answer
How to select and get all the elements from a tree-select and put them in a list?
I want to select all the options from a tree-select and put them in a list, but I just can see the selected option when I inspect the elements. The other elements I can't find, so how can I take them and put them in a list?
enter image description…

Gvlmihre
- 11
- 3
1
vote
1 answer
How to expand all item in a TreeSelect from Sakai PrimeVUE?
I'm using TreeSelect from Sakai PrimeVUE template, I would like to keep all items expanded on open the component, but could not find this option in the documentation.
My TreeSelect implementation:

Rafael
- 320
- 2
- 8
1
vote
1 answer
How can i make a-tree-select always expand all nodes every time in AntDV
I have two-level department linkages, at the first time when I randomly chose a department at first level selector, the second level department tree selector will be automatically generated by event onAChange, and expand all nodes via…

Haven Lin
- 176
- 1
- 16
1
vote
1 answer
How to detect change in vue treeselect
I am using vue treeselect to select multiple week days from a dropdown list. It works well but I want to run a piece of code when a change is made. I have read the documentation but don't understand how to use an event. Think I may need the select…

Mush
- 45
- 2
- 11
1
vote
1 answer
parse json in a vue-treeselect component
In a https://vue-treeselect.js.org/ component, how can I load json? My code is not working