useComboBox and --trigger-width #5656
-
Hey guys, I'm building a combobox using the useComboBox hook. btw, I could use a fixed width, but this is not the case since it could change based on the viewport. thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There isn't one included, but you could include the same feature in your component: react-spectrum/packages/react-aria-components/src/ComboBox.tsx Lines 148 to 159 in f914372 |
Beta Was this translation helpful? Give feedback.
There isn't one included, but you could include the same feature in your component:
react-spectrum/packages/react-aria-components/src/ComboBox.tsx
Lines 148 to 159 in f914372