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

Please allow us to disable the icons of the chips #209

Open
shawnAshton opened this issue Jun 28, 2024 · 0 comments
Open

Please allow us to disable the icons of the chips #209

shawnAshton opened this issue Jun 28, 2024 · 0 comments

Comments

@shawnAshton
Copy link

shawnAshton commented Jun 28, 2024

MultiSelectChipDisplay could have a bool Parameter called showCheckmark this could be used in multi_select_chip_display.dart.
theWidget _buildItem(MultiSelectItem<V> item, BuildContext context) {...} function uses the ChoiceChip widget. If you add the following line showCheckmark: showCheckmark, this would allow users of your widgets to prevent the showing of the check mark icons that appear within the chips.

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

1 participant