vue-datepicker-ui icon indicating copy to clipboard operation
vue-datepicker-ui copied to clipboard

Datepicker Component For Vue

Results 16 vue-datepicker-ui issues
Sort by recently updated
recently updated
newest added

Hello! I believe I've found a usability issue. When there are multiple calendars together, they overlap because there isn't a blur event on exiting the input to close the open...

I inherited a project made with Vue 2.6.0, where i tried to use disabled-start-date in range mode, but it doesn't work. disabled-end-date works fine however My component looks like this...

I am using this component in my application. My colleague has 100% visual impairment and uses assertive technologies (screen reader). Is there a way to enable accessibility? Currently, navigating to...

Fix placeholder prop

Documentation mentions how to overwrite the placeholder text like this: ``` ``` However it is wrong. It should be passed like this: ``` ``` FYI.

![image](https://github.com/user-attachments/assets/365de563-c2d9-4852-b6d9-d8535171ac00) Usually there is a possibility to click on the day from the next month and choose it, or change month to next. This lib takes it as simply disabled...