-
Notifications
You must be signed in to change notification settings - Fork 229
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
Remove data from list is not working #81
Comments
Hi, I checked issue 5, I am able to remove from the list onTap, but unable to receive values of selected items. |
final List _selectedValues = [];
By using above code , I am able to get list of values but, if I tab on one it removes all the selected. and also, after removing the values does not get empty , last values stays; |
Following having the same issue |
List.remove(value) not working even if we call it in setstate.
The text was updated successfully, but these errors were encountered: