You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a dynamic date picker where I add at the start or end of the array depending whether the user is selecting the past dates or future dates.
Using list.push works well with animation because the currentIndex isn't change but putting new values in front of the array using list.unshift results into currentIndex being changed thus resulting in the following animation.
any suggestion/workaround on this?