-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set selectedItems #7
Comments
Why not use v-model |
I did but ... |
thanks , i think i didn't observe the value update, please wait.. |
i published 1.0.7 to fix observe the value |
Thanks for the fix! If I don't want icon for the tree, is there a property on the control to set it? |
classname :
data :
|
True but there is that empty space in between |
visibility:hidden; |
Even then the empty space still exists. |
Can you make selectedItems as a parameter so prior to load the control, the caller can set selectedItems if need be?
So it can be set in
mounted () {
this.selectedItems = some exported property
}
I try to use 'value' property but that only work when the control loads the first time. If the select box has something in it, it wouldn't reset.
The text was updated successfully, but these errors were encountered: