Closed GoogleCodeExporter closed 9 years ago
How do you have tried it? Which component do you have used for this? Select
Box, Select Box with autocomplete or the Autocompleter?
Original comment by johgep
on 28 Apr 2014 at 12:55
Hi,
I am using like below:
<sj:autocompleter
id="someid"
name="someName"
list="ListOfWords"
loadMinimumCount="3"
forceValidOption="false"
cssClass="form-field-input" cssStyle="height:15px;"
/>
What i want to do is when user enter some text in field in that case generated
value should highlighted; Something like this; but in my case entered text
should be highlighted.
Original comment by rajvaish...@gmail.com
on 8 May 2014 at 12:24
Attachments:
In this case you should simply overwrite the css classes provided by jQuery UI
autocompleter widget.
Also take a look at the jQuery themeroller for custome look and feel.
http://jqueryui.com/themeroller/
Original comment by johgep
on 13 May 2014 at 6:37
Original issue reported on code.google.com by
rajvaish...@gmail.com
on 10 Apr 2014 at 12:34