forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
3002e95411
98 changed files with 3627 additions and 2966 deletions
|
|
@ -7,7 +7,7 @@
|
|||
if (!htmlElement) {
|
||||
return
|
||||
}
|
||||
const v = value.data
|
||||
const v = "" + value.data
|
||||
for (let option of htmlElement.getElementsByTagName("option")) {
|
||||
if (option.value === v) {
|
||||
option.selected = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue