#938 buscador
This commit is contained in:
parent
db95eea71d
commit
abef39b3de
|
@ -75,6 +75,9 @@ export default class Controller extends Component {
|
||||||
this.$panel.scope().$destroy();
|
this.$panel.scope().$destroy();
|
||||||
this.$panel.remove();
|
this.$panel.remove();
|
||||||
this.$panel = null;
|
this.$panel = null;
|
||||||
|
let element = this.element.querySelector('vn-textfield[label=Search] input');
|
||||||
|
element.select();
|
||||||
|
element.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
onPanelSubmit(filter) {
|
onPanelSubmit(filter) {
|
||||||
|
|
Loading…
Reference in New Issue