Why is there no simple/supported way to implement a done button for the Keyboard when using SwiftUI TextField?
What about TextField focusing, so the user can click "Previous"/"Next" to go to the previous/next field?
Why is there no simple/supported way to implement a done button for the Keyboard when using SwiftUI TextField?
What about TextField focusing, so the user can click "Previous"/"Next" to go to the previous/next field?
Nope, you’ll need to wrap UITextField
.