make all the dropdowns & the country select work again

This commit is contained in:
iw0
2024-04-10 23:28:20 +02:00
parent b21aa010c2
commit b9958389b8
2 changed files with 20 additions and 15 deletions

View File

@ -90,7 +90,7 @@
- Open form on "Personal details" section
- Open country select dropdown
- Execute:
d="";document.querySelectorAll(".test-adresse-land ul li").forEach(e=>d=d.concat('<option value="',e.dataset.value,'">',e.querySelector("span.db-web-select-list-item__value").innerHTML,'</option>\n'));
d="";document.querySelectorAll(".test-adresse-land ul li").forEach(e=>d=d.concat('<option value="',e.dataset.value,'">',e.textContent,'</option>\n'));
-->
<option value="AFG">Afghanistan</option>
<option value="ALA">Åland Islands</option>