mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	remove autocorrect from location url TextField
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
		@@ -86,6 +86,7 @@ struct InstanceForm: View {
 | 
			
		||||
                .autocapitalization(.none)
 | 
			
		||||
                .keyboardType(.URL)
 | 
			
		||||
            #endif
 | 
			
		||||
                .disableAutocorrection(true)
 | 
			
		||||
 | 
			
		||||
            #if os(tvOS)
 | 
			
		||||
                VStack {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user