Return Key Event in SwiftUI TextField

Target iOS 13 From the SwiftUI TextField listening events from the return button just use the onEditingChanged parameter of TextFieldThis is Specially used when someone using TextField For SearchBar in SwiftUI finding solution similar to searchBarSearchButtonClicked where the keyboard dismissed as well. Solution for iOS 15 onwards :