Does anyone know if SwiftUI's TextEditor has a method equivalent to textField(_:shouldChangeCharactersIn:replacementString:)?
I need to know not only the change in text value but also where in the TextEditor it has occurred.
I need to know not only the change in text value but also where in the TextEditor it has occurred.