A scrolling Picker which displays just fine in 14.5 is just showing as a fixed text which the current selection. The actual picker does not show at all.
Picker(“MyPicker”, selection: self.$viewModel.selection, content: {
ForEach(…)
})
})
We need an immediate fix. Any hints or links appreciated. We will try the 15.1 beta to see whether this has been fixed. UPDATE: problem persists in 15.1.
Additional question: How could we have avoided this problem? Did we miss something in the documentation?