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
When i swap! the model of a datepicker to a Date not in the current month, the UI remain on the same month I have to switch month manually to retreive the selection.
The text was updated successfully, but these errors were encountered:
I just noticed the same thing.
I wanted to use the datepicker to show a given date, but the visible month does not update when the model atom is updated.
As an aside, I also noticed that adding :disabled? true will not remove deactivate the month-selection arrows.
Edit: Would it be better to create a whole new component (re-using some parts of datepicker) to show dates on a calendar?
When i swap! the model of a datepicker to a Date not in the current month, the UI remain on the same month I have to switch month manually to retreive the selection.
The text was updated successfully, but these errors were encountered: