vue3-datepicker
vue3-datepicker copied to clipboard
Simple datepicker component for Vue 3
See https://www.thoughtco.com/avoid-inline-styles-for-css-3466846 Noticed this when the style was blocked by my content security policy: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'"....
Thanks to #12, this component now supports disabling specific dates. It would be nice to be able to use everything else from the original filtering object. I think it is...
Hi! Datepicker is opened on a selected month (not current one) after cleaning the field. So a user selects a date from previous month, than clears the field by X...
Hello! Im trying to set up a different format (yyyy MMMM) for the month view, but nothing is working. Locale is hu. My current code is the following: ```javascript ```...
Currently it is not possible to display the datepicker without an input field. Also not possible to change the trigger to something other than ```````` Also not possible to programmatically...
As the title, I cant find any way to translation this component
Can you create a browser build? It looks like any of created datepickers doesn't have it.
Hey, Time support: HH:MM would be greatly appreciated. Maybe I can help? Thanks
Can't navigate with tab and arrow keys to choose a date, no tab indexes on the component. It seems that the default behaviour you get from the browser implementation of...