forked from MapComplete/MapComplete
		
	Add date validation, add url validation (and tracker cleaning), add date picker, close #44
This commit is contained in:
		
							parent
							
								
									78368ef543
								
							
						
					
					
						commit
						415052af8a
					
				
					 8 changed files with 213 additions and 48 deletions
				
			
		
							
								
								
									
										4
									
								
								test.ts
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								test.ts
									
										
									
									
									
								
							|  | @ -1,8 +1,8 @@ | |||
| import ValidatedTextField from "./UI/Input/ValidatedTextField"; | ||||
| import {VariableUiElement} from "./UI/Base/VariableUIElement"; | ||||
| import SimpleDatePicker from "./UI/Input/SimpleDatePicker"; | ||||
| 
 | ||||
| 
 | ||||
| const vtf= ValidatedTextField.KeyInput(true); | ||||
| const vtf=new SimpleDatePicker(); | ||||
| vtf.AttachTo('maindiv') | ||||
| vtf.GetValue().addCallback(console.log) | ||||
| new VariableUiElement(vtf.GetValue().map(n => ""+n)).AttachTo("extradiv") | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue