I am using this jQuery UI combobox autocomplete control out of the box off the jQuery UI website:
My issue is that I have multiple comboboxes on a page, and I want t
Set the max width instead of width, because width is override by plugin any time..
.ui-autocomplete-input { max-width: 300px;/* you can set by percentage too */ }