forked from MapComplete/MapComplete
		
	WIP
This commit is contained in:
		
							parent
							
								
									3ab1a0a3f2
								
							
						
					
					
						commit
						617b4854fa
					
				
					 48 changed files with 662 additions and 491 deletions
				
			
		|  | @ -8,7 +8,7 @@ | |||
|       return | ||||
|     } | ||||
|     const v = value.data | ||||
|     for (let option of htmlElement.getElementsByTagName("option")) { | ||||
|     for (let option of Array.from(htmlElement.getElementsByTagName("option"))) { | ||||
|       if (option.value === v) { | ||||
|         option.selected = true | ||||
|         return | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue