mirror of
https://github.com/yattee/yattee.git
synced 2024-12-12 21:30:32 +05:30
remove autocorrect from location url TextField
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
parent
049a42f2e8
commit
f0d581d512
@ -86,6 +86,7 @@ struct InstanceForm: View {
|
||||
.autocapitalization(.none)
|
||||
.keyboardType(.URL)
|
||||
#endif
|
||||
.disableAutocorrection(true)
|
||||
|
||||
#if os(tvOS)
|
||||
VStack {
|
||||
|
Loading…
Reference in New Issue
Block a user