Skip to content

Commit

Permalink
Merge pull request #43 from AlexL271828/feature/AL/IOS-9760-value-ove…
Browse files Browse the repository at this point in the history
…rrides

Value Overrides - Removing autocorrect and auto capitalisation
  • Loading branch information
albertodebortoli committed Mar 8, 2024
2 parents ce06ea1 + 32460f0 commit 20affb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Views/ToggleDetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ struct ToggleDetailView: View {
TextField("Override value", text: $textValue)
#if os(iOS)
.keyboardType(inputValidationHelper.keyboardType)
.textInputAutocapitalization(.never)
.autocorrectionDisabled()
#endif
}
Spacer()
Expand Down

0 comments on commit 20affb7

Please sign in to comment.