Can the DatePicker display the calendar popover when the date segments gain focus? #6970
Unanswered
will-stone
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Seems like a reasonable feature request. We have a similar option in Combobox: https://react-spectrum.adobe.com/react-aria/ComboBox.html#menu-trigger-behavior Feel free to convert this into an issue for further discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi 👋🙂
Using the RAC
DatePicker
, is it possible to display the calendar as soon as the input segments gain focus? I've tried using state and settingisOpen
on focus but the popover steals focus and the segments are no longer interactive. We're trying to build something similar to how IBM Carbon does it with their picker: https://carbondesignsystem.com/components/date-picker/usage/Thank you.
Beta Was this translation helpful? Give feedback.
All reactions