fix(core): update
This commit is contained in:
@ -163,4 +163,9 @@ export class DeesInputText extends DeesElement {
|
||||
const textInput = this.shadowRoot.querySelector('input');
|
||||
textInput.focus();
|
||||
}
|
||||
|
||||
public async blur() {
|
||||
const textInput = this.shadowRoot.querySelector('input');
|
||||
textInput.blur();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user