wbadam / autocomplete-extension

Autocomplete extension add-on for Vaadin 8
https://vaadin.com/directory#!addon/autocomplete-extension
8 stars 7 forks source link

extending with autoucomplete-extension broke setSizeFull for edit field #12

Closed tamoler closed 6 years ago

tamoler commented 7 years ago

to fix this i added

.autocomplete-textfield{ width : 100%; }

realulim commented 6 years ago

I had the same problem. I had an editable Grid and the TextField in the Grid was limited in size to an arbitrary width (about 300 pixels or so), when I installed an AutoComplete Extension to it. Adding the above CSS fixed the issue, so many thanks to tamoler and perhaps this can/should be fixed?