find_dropdown icon indicating copy to clipboard operation
find_dropdown copied to clipboard

Question: how to use widgets with onPressed/onChange in (item) builder?

Open zegkljan opened this issue 3 years ago • 0 comments

I would like to use CheckboxListItem as the widget for individual items in the multi select mode. However, when I return it from the dropdownItemBuilder, the CheckboxListItem consumes the tap and nothing happens. Is there a way to make the dropdown notice the tap?

The same thing happens with the dropdownBuilder - if I use a button for the dropdown widget, the button consumes the tap and the select dialog does not appear.

zegkljan avatar Aug 03 '21 22:08 zegkljan