feat(NumberKeyboard): enable safe-area-inset-bottom by default (#4544)

This commit is contained in:
neverland
2019-09-23 15:55:00 +08:00
committed by GitHub
parent 77b08b15db
commit 4427954606
6 changed files with 18 additions and 32 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export default {
| 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` | - |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `false` | - |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` | - |
### Events