[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 | Keyboard z-index | `Number` | `100` |
| extra-key | Content of bottom left key | `String` | `''` |
| close-button-text | Close button text | `String` | `-` |
| delete-button-text | Delete button text | `String` | `delete` |
| show-delete-key | Whether to show delete button | `Boolean` | `true` |
| hide-on-click-outside | Whether to hide keyboard when click outside | `Boolean` | `true` |