Hello Goran, Thanks for the add-on. New the Vaadin framework, trying out s

Hello Goran,
Thanks for the add-on.

New the Vaadin framework, trying out some functionality.
Have some issue when used MultiselectComboBox with Grid.

Doing following …

grid.getColumnByKey(“columnStr2”).setEditorComponent(columnStr2);

Where columnStr2 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.

Can you please advise.
Regards,
-Jedson

Hi Jedson,

Thanks for the feedback.

Could you provide some code example or share your project where the issue is reproducible?

Also, for greater visibility it would be good to open an issue in github: https://github.com/gatanaso/multiselect-combo-box-flow/issues

BR,

Goran

Hi Goran,

Thanks for quick response.
Opened an issue as you suggested.
I have attached the files those are modified to show the issue, along with screen shot. Please replace the file in directory, complete/src/main/java/com/example/crudwithvaadin and build to see the issue.

https://spring.io/guides/gs/crud-with-vaadin/
https://github.com/spring-guides/gs-crud-with-vaadin.git

Regards,
-Jedson
18146442.png
18146445.java (1.72 KB)
18146448.java (3.83 KB)
18146451.java (3.57 KB)
18146454.xml (2.29 KB)

Hi Goran,
Did you get a chance to look at the attached source files and screen shot ?
Please let me know if any further info required.
Any possibility to expedite the fix or work around?

Thanks,
-Jedson

Hi Jedson,

This is a side-project for me and unfortunately I haven’t had much time to work on it due to customer projects. I will give it a look as soon as I have more time on my hands.

BR,

Goran