diff --git a/docs/component/input.md b/docs/component/input.md index 7f3a3b75845d9d2e9da9fa8ce42f6c0adfb4506d..ab242519eccb2295e8dee58ea4fc8b84ed6901c8 100644 --- a/docs/component/input.md +++ b/docs/component/input.md @@ -23,7 +23,6 @@ |selection-start|Number|-1|光标起始位置,自动聚集时有效,需与selection-end搭配使用|| |selection-end|Number|-1|光标结束位置,自动聚集时有效,需与selection-start搭配使用|| |adjust-position|Boolean|true|键盘弹起时,是否自动上推页面|App-Android(vue 页面 softinputMode 为 adjustResize 时无效,使用 x5 内核时无效)、微信小程序、百度小程序、QQ小程序、京东小程序| -|hold-keyboard|Boolean|false|focus时,点击页面的时候不收起键盘|微信小程序2.8.2| |auto-blur|Boolean|false|键盘收起时,是否自动失去焦点|App-Vue 3.0.0+| |ignoreCompositionEvent|Boolean|true|是否忽略组件内对文本合成系统事件的处理。为 `false` 时将触发 `compositionstart、compositionend、compositionupdate` 事件,且在文本合成期间会触发 `input` 事件|App-vue (3.4.4+)、H5 (3.4.4+)、App-nvue不支持| |always-embed|Boolean|false|强制 input 处于同层状态,默认 focus 时 input 会切到非同层状态 (仅在 iOS 下生效)|微信小程序 2.10.4+|