Skip to content

Search query is not used #7

@xjerryg

Description

@xjerryg

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions