-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Datepickers
Sanya Boriskin edited this page Aug 5, 2019
·
5 revisions
<va-date-picker
:config="{mode: 'multiple'}"
v-model="date"
label="Pick dates"
/>
-
value
- defines selected date -
weekDays
- Boolean - use:weekDays="true"
to add panel with days of week -
placeholder
- String - set input placeholder -
label
- String - set input label -
disabled
- Boolean - set input disabled -
error
- Boolean - change input color todanger
-
success
- Boolean - change input color tosuccess
-
messages
- Array - use to show info messages -
errorMessages
- Array - use to show errors -
config
- Object - use config to change datepicker options
More information - flatpickr docs