how do you control the width of a jquery ui autocomplete combobox

Posted by oo on Stack Overflow See other posts from Stack Overflow or by oo
Published on 2010-04-22T06:31:04Z Indexed on 2010/04/22 6:33 UTC
Read the original article Hit count: 299

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 them to have different widths for each one.

i can change the width for ALL of them by adding this css:

 .ui-autocomplete-input
 {
     width:300px;
 }

but i can't figure out a way to change the width on just one of them

© Stack Overflow or respective owner

Related posts about jquery-ui-autocomplete

Related posts about width