From 959a3bb19bf5fcfa3eabdeac7b42a48386ff2039 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Sun, 23 Jun 2024 11:09:41 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index a219801..a9bad3a 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -536,7 +536,7 @@ this.requiredPlaceholder.type = 'text'; this.requiredPlaceholder.style.display = 'none'; this.requiredPlaceholder.required = true; - this.requiredPlaceholder.form = 'product-form-' + this.section_id; + this.requiredPlaceholder.setAttribute('form', 'product-form-' + this.section_id); this.requiredPlaceholder.name = 'properties[Text]'; this.requiredPlaceholder.value = '';