gatanaso/multiselect-combo-box-flow

Issue when used MultiselectComboBox within the Grid.

pjedson opened this issue · 5 comments

grid.getColumnByKey("middleName").setEditorComponent(middleName);

Where middleName is a MultiselectComboBox object.

The problems is, when the cell is clicked in the grid, unable see the drop down list, same thing works perfectly when I add to a Vertical/Horizontal Layout.

Hi @pjedson,

Could you please test with the following version: 2.4.2 and let me know if it works?

BR,
Goran

Hi Goran,
Just tested with with following..

org.vaadin.gatanaso
multiselect-combo-box-flow
2.4.2.rc2

No luck, it still the same.

Okay, that sounds interesting, as I tested with a local sample project and it worked nicely. Could you provide a reproducible example project that I can have a look at?

Sure, will attach whole project

Hi Goran,
When I built a new project , it is working :)
sorry for false alarm.
Thanks a lot.