Вот мой код:
TextField(placeholder, text: $field)
.textFieldStyle(RoundedBorderTextFieldStyle())
.frame(maxWidth: maxWidth)
.accessibility(hint: Text(accessibility))
.foregroundColor(foregroundColor)
.background(background)
.autocapitalization(.none)
Любая помощь будет принята с благодарностью. Спасибо.