Commit 24b1e5b1 authored by flawless's avatar flawless Committed by 童皓

flawless95

input框弹出键盘会自动调节高度,有事会导致键盘无法弹出
parent 6d3bc51d
......@@ -50,6 +50,7 @@
:selection-end="uSelectionEnd"
:selection-start="uSelectionStart"
:show-confirm-bar="showConfirmbar"
:adjust-position="adjustPosition"
@focus="onFocus"
@blur="handleBlur"
@input="handleInput"
......@@ -213,6 +214,11 @@ export default {
showConfirmbar:{
type:Boolean,
default:true
},
// 弹出键盘时是否自动调节高度,uni-app默认值是true
adjustPosition: {
type: Boolean,
default: true
}
},
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment