TaimoorHassan / multiselect

A simple DropDown widget with multiselect enabled by default
https://pub.dev/packages/multiselect
BSD 3-Clause "New" or "Revised" License
10 stars 63 forks source link

Selected Values text overflows from the dropdown if many items selected #41

Open Abdul-Hannan12 opened 6 months ago

Abdul-Hannan12 commented 6 months ago

image

YawarOsman commented 5 months ago

Same here

soufianebenyaala commented 4 months ago

Same here is this package is dead or abandoned

soufianebenyaala commented 4 months ago

Hey everyone, I have just created a https://github.com/TaimoorHassan/multiselect/pull/42 to address this, it was an easy fix and let's see if @TaimoorHassan will approve it soon! I have tried this solution and it works on my end fine.

For now, to keep things going you can point your multiselect dependency to my repository until the PR is merged by the author.

multiselect:
    git:
      url: https://github.com/soufianebenyaala/multiselect.git
      ref: master

All the best :).