Searched refs:showError (Results 1 – 15 of 15) sorted by relevance
223 showError接口默认样式变更和showCounter接口不同参数时行为不一致。229 变更前:showError接口配置的错误提示文本单行超长时超出部分截断。showCounter接口只设置第一个参数value时,计数器变红的条件是达到最大字符数,设置第二个参数options时,计数…231 变更后:showError接口配置的错误提示文本单行超长时末尾显示省略号。showCounter接口达到最大字符计数器不变红,超过最大字符数计数器才会变红,使不同参数配置时触发计数器变红的临界条件相…250 .showError(this.errorText)259 showError:10,showCounter:11。267 TextInput组件showError接口和showCounter接口。
170 通过对input组件添加showError方法来提示输入的错误原因。217 this.$element("input").showError({ 221 this.$element("input").showError({
47 .showError(this.TextError)157 .showError(this.TextError)
173 Add the **showError** method to the **<input>** component to display an error message in the …220 this.$element("input").showError({ 224 this.$element("input").showError({
91 | showError | {<br> error: string <br>} | 展示输入错误提示,type为text\|email\|date\…143 this.$element("input").showError({
357 log.showError('wifiConnectionChange error');365 log.showError('wifiStateChange error');
386 ### showError<sup>10+</sup>388 showError(value?: ResourceStr | undefined)1029 …文本选中底板高度与输入框高度相同。<br/>内联输入是在有明显的编辑态/非编辑态的区分场景下使用,例如:文件列表视图中的重命名。<br/>不支持showError属性。<br/>内联模式下,不支持…1490 该示例通过showUnderline、showError、showUnit、passwordIcon属性展示了下划线在不同场景的效果。1536 .showError('Error')1544 .showError(this.textError)
834 …文本选中底板高度与输入框高度相同。<br/>内联输入是在有明显的编辑态/非编辑态的区分场景下使用,例如:文件列表视图中的重命名。<br/>不支持showError属性。<br/>内联模式下,不支持…
92 | showError | {<br> error: string <br>} | Displays the error message. This…144 this.$element("input").showError({
388 ### showError<sup>10+</sup>390 showError(value?: ResourceStr | undefined)1033 …ates are obvious, for example, renaming in the file list view.<br>The **showError** attribute is n…1493 …cts of underlines in different scenarios using the **showUnderline**, **showError**, **showUnit**,…1539 .showError('Error')1547 .showError(this.textError)
834 …ates are obvious, for example, renaming in the file list view.<br>The **showError** attribute is n…
1480 showError(value: ResourceStr | undefined): TextInputAttribute {
814 showError(value: string | undefined): TextInputAttribute;
14872 showError(value) { method in ArkTextInputComponent