[improvement] NumberKeyboard: add close-button-text prop (#2051)

This commit is contained in:
neverland
2018-11-07 18:03:02 +08:00
committed by GitHub
parent c2af18f6d3
commit b5cdfc3ac5
8 changed files with 26 additions and 22 deletions
+1
View File
@@ -70,6 +70,7 @@ export default {
| z-index | 键盘 z-index | `Number` | `100` | - |
| extra-key | 左下角按键内容 | `String` | `''` | - |
| close-button-text | 关闭按钮文字,空则不展示 | `String` | `-` | - |
| delete-button-text | 删除按钮文字 | `String` | `删除` | 1.4.3 |
| show-delete-key | 是否展示删除按钮 | `Boolean` | `true` | - |
| hide-on-click-outside | 点击外部时是否收起键盘 | `Boolean` | `true` | - |