forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
cf7650306e
97 changed files with 3603 additions and 2915 deletions
|
|
@ -7,8 +7,8 @@
|
|||
if (!htmlElement) {
|
||||
return
|
||||
}
|
||||
const v = value.data
|
||||
for (let option of Array.from(htmlElement.getElementsByTagName("option"))) {
|
||||
const v = "" + value.data
|
||||
for (let option of htmlElement.getElementsByTagName("option")) {
|
||||
if (option.value === v) {
|
||||
option.selected = true
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue