2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-21 16:40:35 +03:00

feat: add multi-select (#444)

This commit is contained in:
mengxiong10
2020-06-07 10:37:32 +08:00
parent b407323d30
commit 7835ffbac4
6 changed files with 96 additions and 12 deletions
+1
View File
@@ -124,6 +124,7 @@ You can also override some of the default locale by `lang`.
| clearable | if false, don't show the clear icon | `boolean` | true |
| confirm | if true, need click the button to change value | `boolean` | false |
| confirm-text | the text of confirm button | `string` | 'OK' |
| multiple | if true, multi-select date | `boolean` | false |
| disabled | disable the component | `boolean` | false |
| disabled-date | specify the date that cannot be selected | `(date) => boolean` | - |
| disabled-time | specify the time that cannot be selected | `(date) => boolean` | - |