How do I navigate to the bound date? #2277
-
let's say a date object is bound to a day picker. If I set date from outside of the day picker, the day picker shows the correct date. However, when I click the input to display calendar, display date still shows date prior to I manually set. How do I set the display date when the bound date change regardless where the change was made? |
Beta Was this translation helpful? Give feedback.
Answered by
heecheon92
Jul 18, 2024
Replies: 1 comment
-
defaultMonth was the culprit. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gpbl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
defaultMonth was the culprit.