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.