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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: