Skip to main content

blurEvent 输入框失去焦点事件

blurEvent

类型: MethodDeclaration

所属类: TextBoxElement

定义位置: ui.ts

描述

输入框失去焦点事件

返回值

类型: void

源代码

位置: 第 3072 行

private blurEvent(): void {
if (this.focusing) {
this.focusing = false
// 发送失去焦点事件
this.emit('blur')
}
}

文档生成时间:2025/7/7 12:07:07