I'm working with an array of Textfield on SwiftUI , when a value is entered in the textfield and after that delete the value the focus move to the previous textfield but when I focus the textfield and press the delete key the onChange method is not executed, can I capture the delete key press when the textfield is focused and empty?