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

How to use the controller? #2

Open mesabo opened 3 years ago

KishoreKonakanti commented 3 years ago

I am also facing the same issue... There is neither documentation nor example speaking about controller and onchanged function!!!

byblady commented 3 years ago

You can do this, it works for me

onChanged: (dynamic str) {codCountry.text = str['phoneNumberCode'];},

I am also facing the same issue... There is neither documentation nor example speaking about controller and onchanged function!!!