SwiftUI TextField cannot be cleaned in onCommit functions – Ios swift
I am new to SwiftUI from UIKit and I have a question regarding the behavior of the TextField. struct ContentView: View { @State private var text = "" @State private var words: [String] = [] var body: some View {…