dropdown for product variant picker
parent
f492c36448
commit
7250301d8c
|
@ -125,6 +125,8 @@
|
|||
</div>
|
||||
{% endcomment %}
|
||||
|
||||
<legend class="form__label">{{ option.name }}</legend>
|
||||
|
||||
<div class="shx-custom-dropdown field custom">
|
||||
<select
|
||||
id="Option-{{ section.id }}-{{ forloop.index0 }}"
|
||||
|
@ -137,7 +139,6 @@
|
|||
{% endfor %}
|
||||
</select>
|
||||
|
||||
<legend class="form__label">{{ option.name }}</legend>
|
||||
<button class="shx-custom-dropbtn" id="shx-custom-selected">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; pointer-events: none">
|
||||
<span id="shx-custom-selected-value">Produktvariante auswählen</span>
|
||||
|
|
Loading…
Reference in New Issue