We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
In API Version 3.x.x, when setting wrap to false in chipDecoration and using selectedItemBuilder, the selected chips are still wrapped.
wrap
false
chipDecoration
selectedItemBuilder
Widget _buildSelectedItems(List<DropdownItem<T>> selectedOptions) appears to always return a Wrap widget.
Widget _buildSelectedItems(List<DropdownItem<T>> selectedOptions)
Wrap
The text was updated successfully, but these errors were encountered:
Did you find any solution?
Sorry, something went wrong.
#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
No branches or pull requests
Hello,
In API Version 3.x.x, when setting
wrap
tofalse
inchipDecoration
and usingselectedItemBuilder
, the selected chips are still wrapped.Widget _buildSelectedItems(List<DropdownItem<T>> selectedOptions)
appears to always return aWrap
widget.The text was updated successfully, but these errors were encountered: