Post

Replies

Boosts

Views

Activity

Reply to FocusState SwiftUI not working
This is not answer but I'll add in my experience: I tried adding FocusState to my app earlier today and was not able to get it working the way I wanted. I was using a UUID as a Value instead of a Field enum, and manually setting the @FocusState to anything other than nil was ignored. I then made the FocusState a Bool to test with a single TextField and it worked fine.
Jun ’21