Merge branch 'dev' into next
This commit is contained in:
@@ -143,11 +143,11 @@ export default {
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
| --- | --- | --- | --- |
|
||||
| v-model (value) `v2.0.2` | Current value | _string_ | - |
|
||||
| v-model (value) | Current value | _string_ | - |
|
||||
| show | Whether to show keyboard | _boolean_ | - |
|
||||
| title | Keyboard title | _string_ | - |
|
||||
| theme | Keyboard theme,can be set to `custom` | _string_ | `default` |
|
||||
| maxlength `v2.0.2` | Value maxlength | _number \| string_ | - |
|
||||
| maxlength | Value maxlength | _number \| string_ | - |
|
||||
| transition | Whether to show transition animation | _boolean_ | `true` |
|
||||
| z-index | Keyboard z-index | _number \| string_ | `100` |
|
||||
| extra-key `v2.8.2` | Content of bottom left key | _string \| string[]_ | `''` |
|
||||
|
||||
@@ -156,11 +156,11 @@ export default {
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| --- | --- | --- | --- |
|
||||
| v-model (value) `v2.0.2` | 当前输入值 | _string_ | - |
|
||||
| v-model (value) | 当前输入值 | _string_ | - |
|
||||
| show | 是否显示键盘 | _boolean_ | - |
|
||||
| title | 键盘标题 | _string_ | - |
|
||||
| theme | 样式风格,可选值为 `custom` | _string_ | `default` |
|
||||
| maxlength `v2.0.2` | 输入值最大长度 | _number \| string_ | - |
|
||||
| maxlength | 输入值最大长度 | _number \| string_ | - |
|
||||
| transition | 是否开启过场动画 | _boolean_ | `true` |
|
||||
| z-index | 键盘 z-index 层级 | _number \| string_ | `100` |
|
||||
| extra-key `v2.8.2` | 底部额外按键的内容 | _string \| string[]_ | `''` |
|
||||
|
||||
Reference in New Issue
Block a user