shx-3d-render
parent
bfd98470e1
commit
959a3bb19b
|
@ -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 = '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue