I have this textField:
TextField("Username", text: $username).textFieldStyle(PlainTextFieldStyle())
How can I change its keyboard return button to the Done button?
I have this textField:
TextField("Username", text: $username).textFieldStyle(PlainTextFieldStyle())
How can I change its keyboard return button to the Done button?