Replies: 1 comment
-
That is correct, the state from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am following this example: https://codesandbox.io/s/immutable-haze-s2rkrp?file=/src/DatePicker.js
My implementation is different in regards to:
<Popover />
Primitive<Button />
(Not using react-aria's useButton) because I don't think compatible with Radix TriggerWhat happens:
useCalendarState
does take in thecalendarProps
returned from useDatePicker`Expected:
The example shows that when you change the value in the
<DateField />
and open the Popover again, it opens to the correct visible calendar month with the correct date selected.Is there something obvious I'm missing in regards how the visible Calendar Month is shown? I thought it was dictated by the DatePicker State which in turns dictates the Calendar State (thought this effects the visible calendar month)
Beta Was this translation helpful? Give feedback.
All reactions