|
|
@@ -27,7 +27,7 @@ struct NightscoutSettingsView: View {
|
|
|
private var urlSection: some View {
|
|
|
Section(header: Text("URL")) {
|
|
|
TextField("Enter URL", text: $viewModel.nightscoutURL)
|
|
|
- .textContentType(.URL)
|
|
|
+ .textContentType(.username)
|
|
|
.autocapitalization(.none)
|
|
|
.disableAutocorrection(true)
|
|
|
.onChange(of: viewModel.nightscoutURL) { newValue in
|