mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
WIP - potential fix
This commit is contained in:
@@ -472,14 +472,13 @@
|
||||
* when options change.
|
||||
* Make sure selected option
|
||||
* is correct.
|
||||
* @return {[type]} [description]
|
||||
*/
|
||||
options(val) {
|
||||
if (!this.taggable && this.resetOnOptionsChange) {
|
||||
this.clearSelection()
|
||||
}
|
||||
|
||||
if (this.value && this.isTrackingValues) {
|
||||
if (this.resetOnOptionsChange && this.isTrackingValues) {
|
||||
this.setInternalValueFromOptions(this.value)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user