3.输入框左右侧图标(prefixIcon左侧图标,suffixIcon右侧图标) (!!!图标当前只支持 uni-icons 内置的图标!!!) (!!!使用前先引入uni-icons否则没效果,不知道怎么应用的可以看这个链接:引入uni-ui组件) <uni-easyinput prefixIcon="search" v-model="formData.easyinput" placeholder="请输入内容"></uni-easyin...
<uni-easyinput disabled type="text" v-model="formData.age" placeholder="请输入年龄" /> 3.输入框左右侧图标(prefixIcon左侧图标,suffixIcon右侧图标)(!!!图标当前只支持 uni-icons 内置的图标!!!)(!!!使用前先引入uni-icons否则没效果,不知道怎么应用的可以看这个链接...
<uni-sectiontitle="密码框"subTitle="指定属性 type=password 使用密码框,右侧会显示眼睛图标"type="line"padding> <uni-easyinputtype="password"v-model="password"placeholder="请输入密码"></uni-easyinput> <uni-easyinput:clearable="false"type="password"v-model="password"placeholder="请输入密码"></...
绑定`@iconClick` 事件可以触发图标的点击 ,返回 `prefix` 表示点击左侧图标,返回 `suffix` 表示点击右侧图标 新增`prefixIcon` 和`suffixIcon` 插槽,用来显示输入框的头部和尾部内容 `1.4.21`起 ```html <!-- 输入框头部图标 --> <uni-easyinput prefixIcon="search" v-model="value" placeholder="请输入...
绑定@iconClick 事件可以触发图标的点击 ,返回 prefix 表示点击左侧图标,返回 suffix 表示点击右侧图标 <!-- 输入框头部图标 --> <uni-easyinput prefixIcon="search" v-model="value" placeholder="请输入内容" @iconClick="onClick"></uni-easyinput> <!-- 展示输入框尾部图标 --> <uni-easyinput suffi...
新增clear 事件,点击右侧叉号图标触发 新增change 事件 ,仅在输入框失去焦点或用户按下回车时触发 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等 1.0.5(2022-06-07) 优化clearable 显示策略 1.0.4(2022-06-07) 优化clearable 显示策略 1.0.3(2022-05-20) 修复 关闭图标某些情况下...
- 新增clear 事件,点击右侧叉号图标触发 17 changes: 12 additions & 5 deletions 17 uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue Original file line numberDiff line numberDiff line change @@ -202,7 +202,8 @@ showClearIcon: false, showPassword: false, focusShow: false...
- 新增clear 事件,点击右侧叉号图标触发 - 新增change 事件 ,仅在输入框失去焦点或用户按下回车时触发 - 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等 - ## 1.0.5(2022-06-07) 233 changes: 96 additions & 137 deletions 233 uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vu...
绑定`@iconClick` 事件可以触发图标的点击 ,返回 `prefix` 表示点击左侧图标,返回 `suffix` 表示点击右侧图标 新增`prefixIcon` 和`suffixIcon` 插槽,用来显示输入框的头部和尾部内容 `1.4.21`起 ```html <!-- 输入框头部图标 --> <uni-easyinput prefixIcon="search" v-model="value" placeholder="请输入...
新增clear 事件,点击右侧叉号图标触发 新增change 事件 ,仅在输入框失去焦点或用户按下回车时触发 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等 1.0.5(2022-06-07) 优化clearable 显示策略 1.0.4(2022-06-07) 优化clearable 显示策略 1.0.3(2022-05-20) 修复 关闭图标某些情况下...