mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +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)
|
.autocapitalization(.none)
|
||||||
.keyboardType(.URL)
|
.keyboardType(.URL)
|
||||||
#endif
|
#endif
|
||||||
|
.disableAutocorrection(true)
|
||||||
|
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
VStack {
|
VStack {
|
||||||
|
Reference in New Issue
Block a user