vue3-calendar icon indicating copy to clipboard operation
vue3-calendar copied to clipboard

vue 2.x vue 3.x calendar component

Results 18 vue3-calendar issues
Sort by recently updated
recently updated
newest added

Dates are formatted and provided to a `disabled-days` prop on de calendar component. Sample of the input data: `["2022-02-05","2022-02-06","2022-02-08"]`

Hello, Bootstrap styles are not applied properly. Inside grid control must use 100% width. Moreover I need to be able to set class of input element to handle valid/invalid feedback....

Timezone bug with yyyy-MM-dd and yyyy/MM/dd time formats

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

Fixed mismatch of time zones with date formats yyyy-MM-dd and yyyy/MM/dd https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#Date_Time_String_Format

calendar work properly in modal for that set proper condition

getting offsetparent in the while statement may be null since all my labels are position:static. at line:732 in calendar.js

Hello, when i'm trying to format date with dots. but it doesn't work. I need 'dd.MM.yyyy' format. Any suggestions?

I have a SFC called `InputDatePicker.vue` that imports the calendar component: ``` import Calendar from 'vue2-slot-calendar'; export default { name: 'InputDatePicker', components: { calendar: Calendar, }, ... } ``` This...