-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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);
Metadata
Metadata
Assignees
Labels
No labels