vue-treeselect icon indicating copy to clipboard operation
vue-treeselect copied to clipboard

Default selected label with async mode

Open RezaErfani67 opened this issue 4 years ago • 2 comments

i want to auto query when async dropdown has default value... image

RezaErfani67 avatar Apr 21 '20 17:04 RezaErfani67

hack
this.$refs.treeselect.defaultOptions = res.data; this.$refs.treeselect.initialize();

tianxiaofeng747 avatar Apr 22 '20 03:04 tianxiaofeng747

it works ~

dhl28 avatar Apr 08 '21 09:04 dhl28