diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java b/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java index 01a02a4a5f..a7be4865a7 100644 --- a/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java +++ b/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java @@ -60,7 +60,7 @@ public class ComboBoxState extends AbstractSingleSelectState { * itself. */ @DelegateToWidget - public String suggestionPopupWidth = null; + public String suggestionPopupWidth = "100%"; /** * True to allow the user to send new items to the server, false to only |