diff --git a/apps/client/src/widgets/type_widgets/options/other.tsx b/apps/client/src/widgets/type_widgets/options/other.tsx index 0794da7ee..0923cb62c 100644 --- a/apps/client/src/widgets/type_widgets/options/other.tsx +++ b/apps/client/src/widgets/type_widgets/options/other.tsx @@ -220,7 +220,7 @@ function HtmlImportTags() { fontFamily: "var(--monospace-font-family)" }), [])} value={parsedValue} - onChange={e => { + onBlur={e => { const tags = e.currentTarget.value .split(/[\n,\s]+/) // Split on newlines, commas, or spaces .map((tag) => tag.trim())