autocomplete
autocomplete copied to clipboard
Its Automaticly Selecting The First Item Value
I'm using $('#homeInput').on('selected.xdsoft', function(event, item){ $(this).val(selected.xdsoft.item.value); $("#searchform").submit(); }); Its working fine but the problem is even if user doesn't select any suggestion and press enter its automatically selecting the first suggestion item value :(
I am facing the same problem.
even after autoselect:false,
developer needs to look into this issue
The same thing...