You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this when setting initial focus on the first form field in a navigation view and then user decides to go back to the previous view. The disappear transition glitches. Only workaround I found is to delay setting the initial focus in onAppear, e.g.
Delay.executeAfter(0.75) { focusedField = FormFields.Email }
No description provided.
The text was updated successfully, but these errors were encountered: