File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
uni_modules/uni-easyinput Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.13(2021-06-04)
2+ - 修复 disabled 状态可清出内容的 bug
13## 0.0.12(2021-05-12)
24- 新增 组件示例地址
35## 0.0.11(2021-05-07)
Original file line number Diff line number Diff line change 2323 </template >
2424 <template v-else >
2525 <uni-icons class =" content-clear-icon" :class =" {'is-textarea-icon':type==='textarea'}" type =" clear" :size =" clearSize"
26- v-if =" clearable && val " color =" #c0c4cc" @click =" onClear" ></uni-icons >
26+ v-if =" clearable && val && !disabled " color =" #c0c4cc" @click =" onClear" ></uni-icons >
2727 </template >
2828 <slot name =" right" ></slot >
2929 </view >
Original file line number Diff line number Diff line change 11{
22 "id" : " uni-easyinput" ,
33 "displayName" : " uni-easyinput 增强输入框" ,
4- "version" : " 0.0.12 " ,
4+ "version" : " 0.0.13 " ,
55 "description" : " Easyinput 组件是对原生input组件的增强" ,
66 "keywords" : [
77 " uni-ui" ,
You can’t perform that action at this time.
0 commit comments