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
+4 -1
View File
@@ -26,7 +26,6 @@ export default createComponent({
title: String,
closeButtonText: String,
deleteButtonText: String,
safeAreaInsetBottom: Boolean,
theme: {
type: String,
default: 'default'
@@ -58,6 +57,10 @@ export default createComponent({
hideOnClickOutside: {
type: Boolean,
default: true
},
safeAreaInsetBottom: {
type: Boolean,
default: true
}
},