forked from MapComplete/MapComplete
		
	Expose some validatedTextFields
This commit is contained in:
		
							parent
							
								
									99cb879cfe
								
							
						
					
					
						commit
						dbf47ec121
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -481,7 +481,7 @@ class OpeningHoursTextField extends TextFieldDef {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class UrlTextfieldDef extends TextFieldDef {
 | 
					export class UrlTextfieldDef extends TextFieldDef {
 | 
				
			||||||
    declare inputmode: "url"
 | 
					    declare inputmode: "url"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    constructor() {
 | 
					    constructor() {
 | 
				
			||||||
| 
						 | 
					@ -852,7 +852,7 @@ class EmailTextField extends TextFieldDef {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class PhoneTextField extends TextFieldDef {
 | 
					export class PhoneTextField extends TextFieldDef {
 | 
				
			||||||
    inputmode = "tel"
 | 
					    inputmode = "tel"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    constructor() {
 | 
					    constructor() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue