Replies: 2 comments 1 reply
-
Hi @nickkohrn, this is a bug in SwiftUI unfortunately. Here's a few past discussions: The only work around we know is to add the |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is another workaround I know. Just append |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hoping you can help me understand why I am seeing multiple invocations of a
@BindableState var value: Int?
whenever the relatedTextField
is focused, defocused, and the containing view is dismissed.The output that I see follows (some output omitted):
The basic structure follows (irrelevant code omitted):
If it's helpful, this branch exhibits the behavior in question.
Is this caused by my ignorance?
Beta Was this translation helpful? Give feedback.
All reactions