Searched refs:stopEditing (Results 1 – 11 of 11) sorted by relevance
250 默认在输入控件失去焦点时,关闭自定义键盘,开发者也可以通过[stopEditing](#stopediting10)方法控制键盘关闭。880 ### stopEditing<sup>10+</sup>882 stopEditing(): void1049 this.controller.stopEditing()1208 this.controller.stopEditing()
531 ### stopEditing<sup>12+</sup>533 stopEditing(): void
377 默认在输入控件失去焦点时,关闭自定义键盘,开发者也可以通过[TextAreaController](#textareacontroller8).[stopEditing](#stopediting1…1079 ### stopEditing<sup>10+</sup>1081 stopEditing(): void1265 this.controller.stopEditing()1476 this.controller.stopEditing()
520 默认在输入控件失去焦点时,关闭自定义键盘,开发者也可以通过[TextInputController](#textinputcontroller8).[stopEditing](#stopeditin…1357 ### stopEditing<sup>10+</sup>1359 stopEditing(): void1598 this.controller.stopEditing()1987 this.controller.stopEditing()
967 ### stopEditing<sup>12+</sup>969 stopEditing(): void4103 this.controller.stopEditing()
215 void SetStopEditing(std::function<void(void)>&& stopEditing) in SetStopEditing() argument217 stopEditing_ = std::move(stopEditing); in SetStopEditing()
250 …closed when the input component loses the focus. You can also use the [stopEditing](#stopediting10…881 ### stopEditing<sup>10+</sup>883 stopEditing(): void1050 this.controller.stopEditing()1209 this.controller.stopEditing()
377 …ocus. You can also use the [TextAreaController](#textareacontroller8).[stopEditing](#stopediting10…1079 ### stopEditing<sup>10+</sup>1081 stopEditing(): void1265 this.controller.stopEditing()1476 this.controller.stopEditing()
522 …us. You can also use the [TextInputController](#textinputcontroller8).[stopEditing](#stopediting10…1360 ### stopEditing<sup>10+</sup>1362 stopEditing(): void1601 this.controller.stopEditing()1990 this.controller.stopEditing()
968 ### stopEditing<sup>12+</sup>970 stopEditing(): void4081 This example shows the usage of **enterKeyType**, **onSubmit**, and **stopEditing**.4092 this.controller.stopEditing()