We're migrating from a Bootstrap DateRange picker to v-calendar, or more specifically v-date-picker. Mainly because this supports a single date, multiple dates and a date range picker and it's a native Vue component.
We want to make the transition for our users as smooth as possible, and we're struggling with the following:
a) Can we adjust the behaviour of the v-date-picker with a cancel/apply button, so that a user needs to explicitly apply the selection?
b) The date picker is used on multiple places in the application. Is it possible to adjust the display style using css (sass), instead of explicitly specifying the themeStyles property each time the component is used?
Big hi5 for the awesome job you did with this picker and the extensive documentation!
We're migrating from a Bootstrap DateRange picker to v-calendar, or more specifically v-date-picker. Mainly because this supports a single date, multiple dates and a date range picker and it's a native Vue component. We want to make the transition for our users as smooth as possible, and we're struggling with the following: a) Can we adjust the behaviour of the v-date-picker with a cancel/apply button, so that a user needs to explicitly apply the selection? b) The date picker is used on multiple places in the application. Is it possible to adjust the display style using css (sass), instead of explicitly specifying the themeStyles property each time the component is used?
Big hi5 for the awesome job you did with this picker and the extensive documentation!