diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index dda17b357f..f5d5278ccc 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -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); }