crawlinknetworks / dropdown_plus

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.
MIT License
12 stars 43 forks source link

Original UI when unselect option #11

Open davidmoros opened 2 years ago

davidmoros commented 2 years ago

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