feat(Calendar): add close-on-popstate prop

This commit is contained in:
陈嘉涵
2020-01-21 22:52:00 +08:00
parent 57d88bd586
commit 2b82dcc3dd
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -225,6 +225,7 @@ Set `poppable` to `false`, the calendar will be displayed directly on the page i
| round | Whether to show round corner | *boolean* | `true` |
| show-mark | Whether to show background month mark | *boolean* | `true` |
| show-confirm | Whether to show confirm button | *boolean* | `true` |
| close-on-popstate `v2.4.4` | Whether to close when popstate | *boolean* | `false` |
| close-on-click-overlay | Whether to close when click overlay | *boolean* | `true` |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` |
| confirm-text | Confirm button text | *string* | `Confirm` |