Is there a way to mix freeform text in between multi-select options? #5313
Unanswered
npearson72
asked this question in
Q&A
Replies: 0 comments
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.
-
My use case is that I need a search box that accepts various combinations of options and strings separated by a space.
For example, if I have the following options:
Apple, Banana, Orange
I'd like to be able to search in the following way:
Apple some random text Banana more text Orange
When typing
Apple
the autocomplete menu should present that as a selectable option. After the user selects it, they can continue typing. If there is no option match, the menu is not displayed. Once a new match hits, in the case ofBanana
the menu appears and displays this option. And so on...Is there a way to achieve this in react-select?
Beta Was this translation helpful? Give feedback.
All reactions