Closed RDKeith closed 8 months ago
I understand your usecase, but it's not possible right now... As I am thinking about it, this can't be added due the logic related toview switching and date selecting. It would require specific handling which isn't worth it.
Probably the easiest way for you will be to extract all functionality you need from svelty-picker to your custom picker.
Appreciate the feedback - will look into other options as suggested.
Looking to prevent the month view from showing when a month is selected from the year view (startView={1}).
We want to disable the transition to the month view, all we are looking to capture is the selected month / year.
See below for current behavior. Thanks!