I found a solution for this issue, but it's not a SwiftUI solution: The thing is that most of the time, you don't want multiple pickers, but really just one picker with multiple components. I had to resort back to wrapping UIPickerView to get that, which works great. The solution on how to do that can be found in this topic: https://stackoverflow.com/questions/56567539/multi-component-picker-uipickerview-in-swiftui (not the pure SwiftUI solution).
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: