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

year change event should change input

Open aon108 opened this issue 2 years ago • 3 comments

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 same.

aon108 avatar Oct 12 '21 14:10 aon108

Please check it has been resolved here https://github.com/kleinrein/vue-month-picker/pull/56

ayushAB avatar Oct 21 '21 10:10 ayushAB

Could you download the latest version ´1.5.1´ and check this issue again?

kleinrein avatar Nov 02 '21 21:11 kleinrein

MonthPickerInput input should not change when Back and Forth button for years is clicked? It is only a navigation feature, User does not mean to change the year when he is navigating. User will click the month, if intended to change the year.

Also, in current implementation of MonthPickerInput, when year back and forth buttons are clicked, input is updated, but change-year event is not fired

wshgziva avatar Sep 09 '22 02:09 wshgziva