cssgwtsuggestbox

GWT SuggestBox Popup same size as Input Field


I tried to create a SuggestBox with GWT and everything worked correctly so far. But I would like to have the Popup of the SuggestBox to have the same size as the Input Field, but I haven't found a way to do this.

I would be happy, if you could give me a tip.

Greetings Kevin


Solution

  • If your SuggestBox has a fixed width, let say 200px, you can apply the following style

    .gwt-SuggestBoxPopup .item{ width:  198px;}