Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selectedItemBuilder always wrapped #170

Open
Simduclos1 opened this issue Oct 28, 2024 · 2 comments
Open

selectedItemBuilder always wrapped #170

Simduclos1 opened this issue Oct 28, 2024 · 2 comments

Comments

@Simduclos1
Copy link

Simduclos1 commented Oct 28, 2024

Hello,

In API Version 3.x.x, when setting wrap to false in chipDecoration and using selectedItemBuilder, the selected chips are still wrapped.

Widget _buildSelectedItems(List<DropdownItem<T>> selectedOptions) appears to always return a Wrap widget.

@simran-sheen
Copy link

Did you find any solution?

@simran-sheen
Copy link

simran-sheen commented Feb 18, 2025

#191

I have created a PR to fix this.
You can simply use the package like this:

multi_dropdown:
    git:
      url: https://github.com/simran-sheen/multiselect-dropdown.git
      ref: 191-disable-force-wrapping-for-selectedItemBuilder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants