dropdown for product variant picker

main
alexanderroese 2024-07-13 18:03:32 +02:00
parent 173f0d2361
commit 81e53a4072
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
{% endif %}
<script>
const selectElement = document.querySelector('.field__input');
const selectElement = document.querySelector('.shx-dummy-select field__input');
const dropdownContent = document.getElementById('shx-custom-dropdown-content');
const selectedButton = document.getElementById('shx-custom-selected');