When setting `Autocomplete::setWidth("350px")` only the autocomplete box increases its size. The textfield remains the default size. ``` Autocomplete autocomplete = new Autocomplete(20); autocomplete.setWidth("350px"); ```  
When setting
Autocomplete::setWidth("350px")only the autocomplete box increases its size. The textfield remains the default size.