vue-functional-calendar icon indicating copy to clipboard operation
vue-functional-calendar copied to clipboard

Vue.js Functional Calendar | Component/Package

Results 34 vue-functional-calendar issues
Sort by recently updated
recently updated
newest added

Is it possible to remove the import `calendar.scss` from the component so that I can import it manually and override the scss-variables? Thanks in advance.

trying to set the disabledDates range: ["07/05/2022", "09/05/2022"], at the same time, this configuration does not work, but if I set disabledDates: ["afterToday"] or disabledDates: ["beforeToday"], then everything is ok

Are there any plans for vue3 ?

Hello, is there any way to append the Modal to the body so it won't be affected by any css props like `overflow : hidden` of it's container

Hi- Is there a way to only allow for the hour to be selected and minute defaulted to 00 on the time picker?

Easy replicable with the codesandbox demo - just add `sunday-start` and you will see that instead of Su + We calendar disables Mo and Th. ``` Disabled Day Names ......

Hi Can be add the slot option for isMultipleDatePicker type? For isDatePicker and isRangePicker exist, but for multiselect not. Thanks

hi, I need to set current-day of my calendar to a fixed timezone date and the newCurrentDate property doesn't work as it is supposed to. here is my code example...

If I set "is-date-range" to true the disabled dates are not disabled anymore.

Hi, Really like this package! Thanks a lot for that  🙏 I have a little issue when i on my production server run "yarn install" and "yarn production". Then am...