Closed
Description
Provide your feedback here.
I want to build a select field using the Select component. However, I have my own popover component that I want to use instead of the one from React Aria, but can't because I can't use HiddenContext
, as it's not exported but it's required by Select
for everything to work properly.
🔦 Context
I want to build a similar logic like this in my own Popover component:
react-spectrum/packages/react-aria-components/src/Popover.tsx
Lines 87 to 100 in 2bda4c9
Can we just have this context exported, so that we can use it in our own (user land) components if needed?
💻 Code Sample
No response
Version
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
If other, please specify
No response
What operating system are you using?
macOS