forked from MapComplete/MapComplete
		
	Lots of refactoring, first version of the import helper
This commit is contained in:
		
							parent
							
								
									612b8136ad
								
							
						
					
					
						commit
						3402ac0954
					
				
					 54 changed files with 1104 additions and 315 deletions
				
			
		|  | @ -37,7 +37,7 @@ export class DropDown<T> extends InputElement<T> { | |||
|         el.id = "dropdown" + id; | ||||
| 
 | ||||
|         { | ||||
|             const labelEl = Translations.W(label).ConstructElement() | ||||
|             const labelEl = Translations.W(label)?.ConstructElement() | ||||
|             if (labelEl !== undefined) { | ||||
|                 const labelHtml = document.createElement("label") | ||||
|                 labelHtml.appendChild(labelEl) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue