Item box: Enable autocomplete on long fields
This commit is contained in:
parent
38764efb5a
commit
c05d43fa8e
1 changed files with 1 additions and 1 deletions
|
@ -1506,7 +1506,7 @@
|
|||
else {
|
||||
valueElement.style.textAlign = 'left';
|
||||
}
|
||||
if (!isLong && !fieldName.includes("creator")) {
|
||||
if (!fieldName.startsWith('creator-')) {
|
||||
// autocomplete for creator names is added in addCreatorRow
|
||||
this.addAutocompleteToElement(valueElement);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue