Sujeet Kc
Results
3
comments of
Sujeet Kc
For anyone facing this issue, run your container in privileged mode. `privileged: true`
I'm working on a vue3 version if anyone's interested. https://www.npmjs.com/package/sl-vue-tree-next ...
here's a workaround: ``` onOptionSelected: function () { this.$refs?.vueSelect?.$refs?.search?.focus() }, ```