This commit is contained in:
Gerard 2019-01-07 09:03:30 +01:00
parent db95eea71d
commit abef39b3de
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ export default class Controller extends Component {
this.$panel.scope().$destroy();
this.$panel.remove();
this.$panel = null;
let element = this.element.querySelector('vn-textfield[label=Search] input');
element.select();
element.focus();
}
onPanelSubmit(filter) {