You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: