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

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

Open
zegkljan opened this issue Aug 3, 2021 · 0 comments
Open

Comments

@zegkljan
Copy link

zegkljan commented Aug 3, 2021

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.

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