I can\'t seem to find any information or figure out how to set the keyboard type on a TextField for SwiftUI. It would also be nice to be able to enable the secure text property,
We no longer need to use hacks. Beta 5 has brought a new modifier to set the keyboard type. For example, to use a number pad:
.keyboardType(.numberPad)
There's also autocapitalization() and an EnvironmentValue disableAutocorrection.
autocapitalization()
disableAutocorrection