Skip to content

DropDownTextField.multiSelection not updating textfield after setDropDown #65

@sharpsaravanan

Description

@sharpsaravanan

MultiValueDropDownController value changes after calling setDropDown() (checkbox reflects the change) but textfield ui is not reflecting the change. I can't find any solution please can some one help me.

Example app

floatingActionButton: FloatingActionButton.extended(
onPressed: () {
_cntMulti.clearDropDown();
_cntMulti.setDropDown([
const DropDownValueModel(name: 'name1', value: "value1")
]);
},
label: const Text("Submit"),
),

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