feat(NumberKeyboard): add blur-on-close prop (#8033)

This commit is contained in:
neverland
2021-01-28 21:23:55 +08:00
committed by GitHub
parent 67d44a0fa5
commit 4834549d9f
4 changed files with 27 additions and 2 deletions
+2 -1
View File
@@ -184,7 +184,8 @@ export default {
| delete-button-text | 删除按钮文字,空则展示删除图标 | _string_ | - |
| close-button-loading | 是否将关闭按钮设置为加载中状态,仅在 `theme="custom"` 时有效 | _boolean_ | `false` |
| show-delete-key | 是否展示删除图标 | _boolean_ | `true` |
| hide-on-click-outside | 点击外部时是否收起键盘 | _boolean_ | `true` |
| blur-on-close `v3.0.6` | 是否在点击关闭按钮时触发 blur 事件 | _boolean_ | `true` |
| hide-on-click-outside | 是否在点击外部时收起键盘 | _boolean_ | `true` |
| teleport | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | _string \| Element_ | - |
| safe-area-inset-bottom | 是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei) | _boolean_ | `true` |
| random-key-order | 是否将通过随机顺序展示按键 | _boolean_ | `false` |