File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
uni_modules/uni-easyinput Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ## 0.0.11
1+ ## 0.0.11(2021-05-07)
22- 修复 input-border 属性不生效的问题
33## 0.0.10(2021-04-30)
44- 修复 ios 遮挡文字、显示一半的问题
Original file line number Diff line number Diff line change 11{
22 "id" : " uni-easyinput" ,
33 "displayName" : " Easyinput 增强输入框" ,
4- "version" : " 0.0.10 " ,
4+ "version" : " 0.0.11 " ,
55 "description" : " Easyinput 组件是对原生input组件的增强" ,
66 "keywords" : [
77 " input" ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ easyinput 组件是对原生input组件的增强 ,是专门为配合表单组
132132| prefixIcon | String | - | - | 输入框头部图标 |
133133| suffixIcon | String | - | - | 输入框尾部图标|
134134| trim | Boolean/String | 见 trim Options | false | 是否自动去除空格,传入类型为 Boolean 时,自动去除前后空格|
135- | inputBorder | Boolean | - | false | 是否显示input输入框的边框|
135+ | inputBorder | Boolean | - | true | 是否显示input输入框的边框|
136136| styles | Object | - | - | 样式自定义|
137137
138138
You can’t perform that action at this time.
0 commit comments