setup() {
this.elem = this.$el;
this.selectButton = this.$refs.select;
+ this.searchInput = this.$refs.searchInput;
+
window.EntitySelectorPopup = this;
this.callback = null;
show(callback) {
this.callback = callback;
this.elem.components.popup.show();
+ this.searchInput.focus();
}
hide() {