How to get the selected value not index in multiple?
Opened this issue · 0 comments
Blacktoviche commented
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.