Skip to content

Original UI when unselect option#11

Open
davidmoros wants to merge 1 commit intocrawlinknetworks:masterfrom
davidmoros:master
Open

Original UI when unselect option#11
davidmoros wants to merge 1 commit intocrawlinknetworks:masterfrom
davidmoros:master

Conversation

@davidmoros
Copy link

DropdownEditingController testController = DropdownEditingController();

DropdownFormField(
controller: testController ,
...

With the above code if you execute "testController .value = null;" the result is the original UI of the component

DropdownEditingController<Test> testController = DropdownEditingController<Test>();

DropdownFormField<Test>(
                controller: testController ,
                ...

With the above code if you execute "testController .value = null;" the result is the original UI of the component
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

Successfully merging this pull request may close these issues.

1 participant