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

me neither (version: 2.8.88) someone says _'using :key solves the issue'_, but that makes other issues _Originally posted by @Gamsake in https://github.com/Digital-Threads/vue-functional-calendar/issues/101#issuecomment-683683231_

I tried quite a bunch of ways: - updating :calendar prop - updating :config prop - updating :value prop - calling .updateCalendar() and only re-rendering of the whole component worked...

Hi, thanks for this awesome works. I just trying to listen for month changes as the given example, but the event not firing when using cdn version. Here is the...

Using these props: When i try typing into one of the input boxes i get: vue.esm.js?efeb:628 [Vue warn]: Property or method "helpCalendar" is not defined on the instance but referenced...

@ManukMinasyan This is my configuration for the functional calendar but I am not able to see the time in the input field. ``` calendarConfigs: { isModal: true, isDatePicker: true, withTimePicker:...

Is it possible to enlarge the size of the calendar pane?

Hello, I would like, if it is possible, to switch between month and week view to select a day, And the buttons to go to the next and previous month...

I have `` copied exactly from the examples, but I get the following when I load the page. ``` [Vue warn]: Property or method "props" is not defined on the...

:disabled-dates="['27/12/2020']" In this case, I want to disable the date before 27/12/2020.

Here's my setup `` And I get this as a result ![image](https://user-images.githubusercontent.com/15146158/99286172-1b696300-27fe-11eb-822a-8df310053a13.png) How can I limit the calendar to November, I don't want to show December as all the dates...