icemanbsi / searchable_dropdown

MIT License
107 stars 162 forks source link

How to get the selected value not index in multiple? #132

Open Blacktoviche opened 3 years ago

Blacktoviche commented 3 years ago

in the SearchableDropdown.single the selected value is the value which we set in DropdownMenuItem which is great. but in SearchableDropdown.multiple the selected values are the indexes not values which we set in DropdownMenuItem. How can I achieve the same functionality in multiple?

I'm trying to use my object id in the value field.