You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TagsInput is extremely well done, but I have a use case where upon clicking on the input, I'd like the functionality of the Combobox where a dropdown appears and I can search and select predefined tags. My question is, is there anything I am missing that would allow this functionality already?
I have tried combining the combobox with the TagsInput.Input but it seems there are prop collisions when using asChild which prevents the functionality and the Combobox works slightly differently in that it holds the value selected whereas in a TagsInput we want a tag to be created and the input cleared.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The
TagsInput
is extremely well done, but I have a use case where upon clicking on the input, I'd like the functionality of theCombobox
where a dropdown appears and I can search and select predefined tags. My question is, is there anything I am missing that would allow this functionality already?I have tried combining the combobox with the
TagsInput.Input
but it seems there are prop collisions when usingasChild
which prevents the functionality and theCombobox
works slightly differently in that it holds the value selected whereas in aTagsInput
we want a tag to be created and the input cleared.Beta Was this translation helpful? Give feedback.
All reactions