-修复,输入后回车,change 事件触发两次,[详情](https://ask.dcloud.net.cn/question/152149) ##1.1.0(2022-06-30) -新增 在 uni-forms 1.4.0 中使用可以在 blur 时校验内容 -新增 clear 事件,点击右侧叉号图标触发 Expand Down 17 changes: 12 additions & 5 deletions17uni_modules/uni-easyinput/comp...
问题描述 此组件的获焦和失焦事件,在第一次执行获焦方法后,主动点击失焦。然后再执行获焦方法,会发现本次的获焦方法未生效。流程如下 <uni-easyinputref="inputElem"v-model="value"/>constinputElem =ref(null)//step1、第一次执行获焦方法。结果:生效,成功获焦inputElem.value.focused =true//step2、用...
2 changes: 2 additions & 0 deletions 2 uni_modules/uni-easyinput/changelog.md Original file line numberDiff line numberDiff line change @@ -1,3 +1,5 @@ ## 1.1.2(2022-09-22) - 增加主题色 primaryColor 配置选项 ## 1.1.1(2022-09-19) - 修复,输入后回车,change 事件触发两次,[详情...
新增change 事件 ,仅在输入框失去焦点或用户按下回车时触发 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等 1.0.5(2022-06-07) 优化clearable 显示策略 1.0.4(2022-06-07) 优化clearable 显示策略 1.0.3(2022-05-20) 修复 关闭图标某些情况下无法取消的 bug 1.0.2(2022-04-12...
- 新增change 事件 ,仅在输入框失去焦点或用户按下回车时触发 - 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等 - ## 1.0.5(2022-06-07) 233 changes: 96 additions & 137 deletions 233 uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue Load diff Large diffs are not re...
2 changes: 2 additions & 0 deletions2uni_modules/uni-easyinput/changelog.md Original file line numberDiff line numberDiff line change @@ -1,3 +1,5 @@ ##1.1.1(2022-09-19) -修复,输入后回车,change 事件触发两次,[详情](https://ask.dcloud.net.cn/question/152149) ...
新增change 事件 ,仅在输入框失去焦点或用户按下回车时触发 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等 1.0.5(2022-06-07) 优化clearable 显示策略 1.0.4(2022-06-07) 优化clearable 显示策略 1.0.3(2022-05-20) 修复 关闭图标某些情况下无法取消的 bug 1.0.2(2022-04-12)...
2 changes: 2 additions & 0 deletions 2 uni_modules/uni-easyinput/changelog.md Original file line numberDiff line numberDiff line change @@ -1,3 +1,5 @@ ## 1.1.2(2022-09-22) - 增加主题色 primaryColor 配置选项 ## 1.1.1(2022-09-19) - 修复,输入后回车,change 事件触发两次,[详情...
新增change 事件 ,仅在输入框失去焦点或用户按下回车时触发 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等 1.0.5(2022-06-07) 优化clearable 显示策略 1.0.4(2022-06-07) 优化clearable 显示策略 1.0.3(2022-05-20) 修复 关闭图标某些情况下无法取消的 bug 1.0.2(2022-04-...
- 修复,输入后回车,change 事件触发两次,[详情](https://ask.dcloud.net.cn/question/152149) ## 1.1.0(2022-06-30) 14 changes: 10 additions & 4 deletions 14 uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue Original file line numberDiff line numberDiff line change @@...