You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request adds this feature, but is not yet merged in the master file.
As a workaround, I manually edited the EasyAutocomplete/dist/jquery.easy-autocomplete.js include file with the changes from the pull request:
if (event.keyCode === 13) {
if (selectedElement == -1 && elementsList.length > 0) {
// nothing is selected, so just autofill the first selection
selectedElement = 0;
}
}
Hi guys,
is there a way to autoselect the first element on the list, while writing on input?
The text was updated successfully, but these errors were encountered: