Vaadin 8 - Grid multi-select bug

Hello, please correct me if I’m wrong but it seems there is a bug with the Grid and multi-select. When you enable multi-select, and display the “Select All” checkbox, and then select the checkbox to “Select All”, it selects everything as expected. However, if you then de-select one item, it does not update the selected items list in the code. It still has all the items in the grid as part of the selected items list in the code. No events fire either…

Please advise.

Thanks