Replies: 1 comment
-
This is largely a documentation issue. We already gave the tags input and combo box, the main task is to compose them together to re-create this UX you've described. We'll consider adding this to the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
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. For the last two days I am trying to figure out a way to build a combobox component similar to this mantine component that has a chip mode and you can search for options.

But unfortunately I wasn't successful. Until now I was just fighting Combobox's input element to let me just add my custom text value (better control). Whenever I select or unfocus from the input it reset input's value based on selected options plus there is no hidden inpu to keep selected items when it is used inside a form. But I don't want selected options to be shown as input's value. Here is my suggestion to have more flexible combobox component:
select
element similar to hidden select element insideSelect
Component.Beta Was this translation helpful? Give feedback.
All reactions