mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
@ -51,6 +51,7 @@ export class Form {
|
||||
|
||||
focusOut() {
|
||||
console.debug('focusOut');
|
||||
document.activeElement && document.activeElement.blur();
|
||||
this._blur.focus();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user