TextField

I am trying to create a done button for my number pad text field but I can't seem to find a way to do it in Swift UI. Can anybody help me out?
It is not as easy as with UIKit, but here are a few options:
https://stackoverflow.com/questions/59003612/extend-swiftui-keyboard-with-custom-button
Many people have reported this and other TextField deficiencies including firstResponder and Next button. Apple needs to address this soon.
TextField
 
 
Q