I have a Swift app. The app uses a TextField, the text field is writing to a ObservableObject, where I have a @Published value.
TextField
ObservableObject
@Published
Now