Isn't that unrelated to the issue I described? (The selectedValue doesn't need to affect ContentView in order to demonstrate the issue.)
Here is the issue again:
While the sheet is open, and I try to scroll through the picke's items, it is impossible to reach to the bottom, because it will scroll back to the top once every second, each time the randomByte is updated. Why is this, and how can I make the picker in the sheet not reset/scroll back to the top every time randomByte is updated?
Post
Replies
Boosts
Views
Activity
Thanks Developer Tools Engineer, I cannot use Xcode 15 / #Preview macro in this project, but replacing the Group with a ZStack works!