How to Inspect SwiftUI.TextField.onSubmit and Figure Out You Can't Programmatically Use It
I wanted to know how a SwiftUI TextField
gets to know its onSubmit
handler to wire my own NSViewRepresentable
to it (would be the same for a UIViewRepresentable
). There’s no key for that block in the EnvironmentValues
structure that you get from the “context”, though.