i am trying to use autocomplete function in my jsp page, but it display items is not perfect match given letter.
now i am display state using auto complete,
i had jquery as,
states.push(stateslist);
$( "#state" ).autocomplete({
source: states
});
html code:
<div class="ui-widget">
<label for="state">states: </label>
<input id="state">
</div>
but the textbox display not correct manner that like as,