fix(NumberKeyboard): show-delete-key prop not work (#5935)

This commit is contained in:
neverland
2020-03-28 09:43:33 +08:00
committed by GitHub
parent cd07773e34
commit ac3c77c17f
6 changed files with 47 additions and 13 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ Use `title` prop to set keyboard title
| 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` |
| show-delete-key `v2.6.0` | Whether to show delete button | *boolean* | `true` |
| hide-on-click-outside | Whether to hide keyboard when click outside | *boolean* | `true` |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` |