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

Search query is not used #7

Open
xjerryg opened this issue Apr 9, 2024 · 0 comments
Open

Search query is not used #7

xjerryg opened this issue Apr 9, 2024 · 0 comments

Comments

@xjerryg
Copy link

xjerryg commented Apr 9, 2024

I wrote something to the text input and it is used in the findSuggestions query. I choose some suggestion and tap the text input again. The same search text is there, but the findSuggerstions query is called with an empty string.

FlutterMultiselect widgets settings used:
multiselect: true,
resetTextOnSubmitted: false,
length: selectedItemsAsync.length
tagBuilder: ...
suggestionBuilder: ...inside I'm not calling state.selectAndClose(data); but just setting selectedItemsAsync.add(data);

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

No branches or pull requests

1 participant