Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching multiple times with space separated texts #17

Open
turgos opened this issue Jul 28, 2017 · 1 comment
Open

Searching multiple times with space separated texts #17

turgos opened this issue Jul 28, 2017 · 1 comment
Labels

Comments

@turgos
Copy link

turgos commented Jul 28, 2017

Hi Max,
It is a great component, thank you for sharing it.

I have a quick question. We would like to search multiple times while user writing different words in the same text field. Every word will initiate the search just for that word.
Is there a way to implement this with our AutocompleteTextField?

Thank you,
Turgos

@maxschuster
Copy link
Owner

Maybe it is possible by implementing a custom AutocompleteSuggestionProvider that is splitting the words by space and prepending them to the entry of the next list of suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants