Created
August 6, 2022 16:50
-
-
Save atrinh0/3df23140ba39df05692befb7153c8285 to your computer and use it in GitHub Desktop.
SwiftUI menu picker selection issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A workaround, https://twitter.com/DanielKasaj/status/1559453531760992257
Setting the
.id(UUID())
on the menu fixes the selection issue.