diff --git a/docs/component/input.md b/docs/component/input.md index 58b66349f3b56199d8ba0b28d0a0fe357349ff15..36ceff990653671e7d1407c510755034e079b1bd 100644 --- a/docs/component/input.md +++ b/docs/component/input.md @@ -22,7 +22,7 @@ |cursor|Number||指定focus时的光标位置|| |selection-start|Number|-1|光标起始位置,自动聚集时有效,需与selection-end搭配使用|| |selection-end|Number|-1|光标结束位置,自动聚集时有效,需与selection-start搭配使用|| -|adjust-position|Boolean|true|键盘弹起时,是否自动上推页面|App-Android(vue 页面 softinputMode 为 adjustResize 时无效)、微信小程序、百度小程序、QQ小程序| +|adjust-position|Boolean|true|键盘弹起时,是否自动上推页面|App-Android(vue 页面 softinputMode 为 adjustResize 时无效,使用 x5 内核时无效)、微信小程序、百度小程序、QQ小程序| |hold-keyboard|boolean|false|focus时,点击页面的时候不收起键盘|微信小程序2.8.2| |auto-blur|boolean|false|键盘收起时,是否自动失去焦点|App 3.0.0+| |@input|EventHandle||当键盘输入时,触发input事件,event.detail = {value}|差异见下方 Tips|