I'm not knowledgeable about Swift, but I think this is the one
|
CustomTextField(placeholder: "https://example-api.domain.com:443", text: $viewModel.server, secure: .constant(false)) |
|
.padding(.top, 3) |
Entering a URL here is annoying because iOS tries to autocorrect what you type, which is not helpful in this kind of text field.
I'm not knowledgeable about Swift, but I think this is the one
ios-client/NetBird/Source/App/Views/ServerView.swift
Lines 29 to 30 in 3e292e1
Entering a URL here is annoying because iOS tries to autocorrect what you type, which is not helpful in this kind of text field.