vue-datepicker-ui
vue-datepicker-ui copied to clipboard
Datepicker Component For Vue
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.
 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...