mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 22:00:31 +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)
|
.autocapitalization(.none)
|
||||||
.keyboardType(.URL)
|
.keyboardType(.URL)
|
||||||
#endif
|
#endif
|
||||||
|
.disableAutocorrection(true)
|
||||||
|
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
VStack {
|
VStack {
|
||||||
|
Loading…
Reference in New Issue
Block a user