Date range picker reopens on end month instead of start month in range mode #168
-
|
When using ngxsmk-datepicker in mode="range", the calendar reopens focused on the end date’s month instead of the start date’s month. Example
Actual behavior: The calendar opens with February as the active month (end date). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mezbaulislamaunik , Apologies for the delay in getting back to you! We wanted to ensure this fix was thoroughly tested across a wide range of mobile browsers and Ionic environments as part of our major stability push for the stable release. This issue is now resolved in the latest release (v2.0.9). The fix involved several architectural refinements to the CustomSelectComponent to ensure reliable interaction on touch devices:
How to UpdatePlease update to the latest version to apply these fixes: npm install ngxsmk-datepicker@2.0.9 |
Beta Was this translation helpful? Give feedback.
Hi @mezbaulislamaunik , Apologies for the delay in getting back to you! We wanted to ensure this fix was thoroughly tested across a wide range of mobile browsers and Ionic environments as part of…