This commit is contained in:
@@ -81,6 +81,15 @@ export default {
|
||||
label: { type: String, default: "" }
|
||||
},
|
||||
watch: {
|
||||
ayaType(val,oldVal){
|
||||
if(val!=oldVal && oldVal!=null){
|
||||
//change of type so clear out the list
|
||||
this.searchResults=[];
|
||||
this.searchEntry=null;
|
||||
this.lastSelection=null;
|
||||
this.initialized=false;
|
||||
}
|
||||
},
|
||||
value(val) {
|
||||
this.fetchValueIfNotPresent();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user