79469589

Date: 2025-02-26 11:47:10
Score: 2
Natty:
Report link

The solution for iOS 15+ would be as follows:

TextEditor(text: $comment)
      .textInputAutocapitalization(.never)
      .disableAutocorrection(true)

TextInputAutocapitalization documentation

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oksana Fedorchuk