forked from MapComplete/MapComplete
		
	More fixes
This commit is contained in:
		
							parent
							
								
									2ae380f1a6
								
							
						
					
					
						commit
						9a73ae4c47
					
				
					 21 changed files with 203 additions and 148 deletions
				
			
		|  | @ -67,10 +67,10 @@ export class TextField extends InputElement<string> { | |||
| 
 | ||||
|         this.value.addCallbackAndRun(value => { | ||||
|             if (!(value !== undefined && value !== null)) { | ||||
|                 field["value"] = ""; | ||||
|                 return; | ||||
|             } | ||||
|             // @ts-ignore
 | ||||
|             field.value = value; | ||||
|             field["value"] = value; | ||||
|             if (self.IsValid(value)) { | ||||
|                 self.RemoveClass("invalid") | ||||
|             } else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue