Replies: 1 comment 2 replies
-
Does this help? #7115 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to allow users to add custom content to ComboBox, similar to this pattern https://ant.design/components/select#select-demo-suffix. The issue is the Popover width will match the input width and not the wrapper.
I cannot set the
--trigger-width
directly as the ComboBox is supposed to expand to fiill available space.Is there a way to achieve this currently? If not, it would be great to be able to set a custom trigger.
Here's a sample ComboBox. https://stackblitz.com/edit/vitejs-vite-sqhhsja1?file=src%2FApp.tsx
Beta Was this translation helpful? Give feedback.
All reactions