mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
tab on autocomplete doesn't select first item, closes #243
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user