tab on autocomplete doesn't select first item, closes #243

This commit is contained in:
azivner
2018-11-27 13:13:06 +01:00
parent 4e198ca2f0
commit bea28de6a0
3 changed files with 8 additions and 4 deletions

View File

@@ -146,7 +146,8 @@ async function createPromotedAttributeRow(definitionAttr, valueAttr) {
hint: false,
autoselect: true,
openOnFocus: true,
minLength: 0
minLength: 0,
tabAutocomplete: false
}, [{
displayKey: 'value',
source: function (term, cb) {