diff --git a/src/editor/parts.js b/src/editor/parts.js index 9ca9205bcd..07062a9ed1 100644 --- a/src/editor/parts.js +++ b/src/editor/parts.js @@ -164,6 +164,7 @@ class PillPart extends BasePart { toDOMNode() { const container = document.createElement("span"); + container.setAttribute("spellcheck", "false"); container.className = this.className; container.appendChild(document.createTextNode(this.text)); this.setAvatar(container);