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,
I'm the dev that answered that post - there's no official way to do so
at the moment. Your best bet at the moment is to wrap UITextField – Matteo Pacini
That sums it up, guess we are stuck with wrapping UITextField for now.