Fixed AutoComplete error
parent
0f51fb57bb
commit
40064aafa6
|
@ -143,7 +143,7 @@ export default {
|
||||||
this.focus();
|
this.focus();
|
||||||
this.hideOverlay();
|
this.hideOverlay();
|
||||||
},
|
},
|
||||||
onMultiContainerClick(event) {
|
onMultiContainerClick() {
|
||||||
this.focus();
|
this.focus();
|
||||||
},
|
},
|
||||||
removeItem(event, index) {
|
removeItem(event, index) {
|
||||||
|
|
Loading…
Reference in New Issue