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
It seems the event to open the calendar picker is some 'onFocus'. So when you use the Auto Close option the calendar closes, but the focus remains on the input thus not opening again when you click on it to edit again. One way to solve it would be to remove focus of the field when you close the calendar through Auto Close.
The issue can be seen on the example: At the "Input with Auto Close" you select one date, then the Calendar hides, you then have to click outside the input and then click on it again if you want to change the date.