artflutter / flutter_awesome_select

Forked from https://github.com/davigmacode/flutter_smart_select, updated legacy code, migrated to null safety and more. AwesomeSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.
https://pub.dev/packages/flutter_awesome_select
MIT License
15 stars 33 forks source link

'selectedValue' not showing when opening selected choice #19

Open jakconstantin opened 2 years ago

jakconstantin commented 2 years ago

"selectedValue" is set to an array of already selected values, but the selected item is not displayed in the selected list (( how to solve this problem?

https://user-images.githubusercontent.com/53932538/180619537-af1bd8ae-e297-4f20-905c-235f2ce43664.mp4