Popover not occupying the full width of Trigger when we wrapped trigger with Group #7054
-
I've developed a combobox using react aria components, I want some icons at trigger and my popover has to have the width of trigger including those icon, so I've wrapped them with Group, but the icons or elements which are after the input are effecting the popover width but not the elements which are before the input. Here is the code sandbox link -> https://codesandbox.io/p/sandbox/gallant-surf-j4wsct |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have achieved this somehow please check and correct me if anything wrong https://codesandbox.io/p/sandbox/gallant-surf-j4wsct?file=%2Fsrc%2FRACComboBox.tsx%3A21%2C50 |
Beta Was this translation helpful? Give feedback.
I have achieved this somehow please check and correct me if anything wrong https://codesandbox.io/p/sandbox/gallant-surf-j4wsct?file=%2Fsrc%2FRACComboBox.tsx%3A21%2C50