dropdown for product variant picker

main
alexanderroese 2024-07-13 19:08:36 +02:00
parent f492c36448
commit 7250301d8c
1 changed files with 2 additions and 1 deletions

View File

@ -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>