vue-month-picker icon indicating copy to clipboard operation
vue-month-picker copied to clipboard

A dead simple and elegant month picker for Vue

Results 15 vue-month-picker issues
Sort by recently updated
recently updated
newest added

Hi friends. I have got a question. I want to select only current month and previous months. How can I disable the months after the current month using month picker?...

with default month year and max-date min-date when you select a month, I take the next one. ![imagen](https://user-images.githubusercontent.com/10902317/152511137-3d108593-e88f-4980-a8ce-2c981b994760.png) clicking Febrero

Feature: Added the ability to customize the date format of non-ranged dates. Users can now customize the displayed year and month, from "May, 2021" to "May 2021" or "2021 May",...

when the year is change either by buttons or editing, the date shown in the input should change to reflect the new year, even though the months are still the...

Replaced left & right year change characters with svg symbols for a cleaner and more scalable look.

corrected the translation of the month May in the Turkish language file. "Mayıs Ayı" changed to "Mayıs"

Hi, I'm implementing an instance of the MonthPickerInput component, but noticed it's not emitting clear events (despite the readme saying it shares the same events as the MonthPicker). Hope this...

I've added this as my element in my application: This is the result: ![image](https://github.com/kleinrein/vue-month-picker/assets/137208695/7c8da77d-de27-4749-b7c6-429492c54142) Note: if the year is hard coded to a number it doesn't break however if using...