I've seen other questions on how to detect a backspace in an empty UITextField (UIKit). However, is there an easy way to do this with SwiftUI or using Introspect? Doing it with a textfield which is populated is quite simple, but I haven't been able to find a way to do it with an empty textfield.
Thank you!