oi-narendra / multiselect-dropdown

Streamlined Flutter widget for versatile multi-selection with extensive customization.
https://pub.dev/packages/multi_dropdown
GNU General Public License v3.0
74 stars 84 forks source link

Drop down selection issue #96

Closed SatyaMirthipati closed 4 months ago

SatyaMirthipati commented 6 months ago

Can please add a button for the dropdown list, when the drop-down is open scroll is not working on the screen. A button is needed for selecting options like submit for users to experience as well because it is confusing for users after they select the options they have to tap outside which is not aware by everyone to do action except the developers.

oi-narendra commented 4 months ago

Check Beta version. You can pass a header or footer widget to the dropdown and use the controller to dismiss the dropdown.

oi-narendra commented 4 months ago

Migrate to the latest version v3.0.0.

SatyaMirthipati commented 1 month ago

Thank you