Relative Content

Tag Archive for iosswiftswiftui

SwiftUI TextField onSubmit when click away

I have a TextField that I’d like to call onSubmit on any tap outside of the TextField element. For example, if there is a button elsewhere in the view, and it is tapped, I’d expect onSubmit to be called. However, the TextField keeps the focus.