[new feature] NumberKeyboard: add safe-area-inset-bottom prop (#3173)

This commit is contained in:
neverland
2019-04-18 19:59:33 +08:00
committed by GitHub
parent 37518a2fb1
commit 49f4be180f
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -73,6 +73,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, to enable those features use `viewport-fit=cover` in the `viewport` meta tag | `Boolean` | `false` |
### Event