Select display issue in IE

Select in Vaadin 13 does not show the selected item in IE 11. In the attached image file, the left side is Chrome, the right side is the same page in IE 11. I am also seeing this issue in Firefox on Linux. Is there an easy fix for this?

17772456.png

You should create a bug report here, with steps to reproduce the issue: https://github.com/vaadin/vaadin-select-flow/issues

-Olli

The bug report is here: https://github.com/vaadin/vaadin-select-flow/issues/37

I was able to resolve the issue. I found that my build was using version 2.0.2 of the Select web component (which has this issue identified) instead of the expected newer version. My pom.xml needed the vaadin-bom artifact in the dependencyManagement section. After I added it, the newer component was used for the build and the issue went away.