mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-22 05:30:36 +03:00
feat: add prop partial-update
Determine whether update date when select year of month. The default value is false.
This commit is contained in:
@@ -121,6 +121,7 @@ You can also override some of the default locale by `lang`.
|
||||
| popup-class | popup classes | | — |
|
||||
| shortcuts | set shortcuts to select | `Array<{text, onClick}>` | - |
|
||||
| title-format | format of the tooltip in calendar cell | [token](#token) | 'YYYY-MM-DD' |
|
||||
| partial-update | whether update date when select year or month | `boolean` | false |
|
||||
| range-separator | text of range separator | `string` | ' ~ ' |
|
||||
| show-week-number | determine whether show week number | `boolean` | false |
|
||||
| hour-step | interval between hours in time picker | 1 - 60 | 1 |
|
||||
|
||||
Reference in New Issue
Block a user