Did you ever try to handle the event when you press intro and the keyboard dismiss in SwiftUI using TextField?
TextField("type your name here", text: $yourName)
How can I know when user dismiss keyboard pressing 'intro' button?
Thank you so much!
