tco42
Results
1
issues of
tco42
I try to show a multiselect after clicking a button by changing its visibility. multiselect.setVisible(false); button.addClickListener(event -> multiselect.setVisible(true)); This causes the dropdown list with all items to not show up...
bug