How to get SwiftUI Picker in subview working? (Greyed out)
问题 I'm working on a SwiftUI project and am having trouble getting a picker to work correctly. I've got a hierarchy of views split into multiple files with the initial view wrapping everything in a NavigationView. Looks something like this: MainFile (TabView -> NavigationView) - ListPage (NavigationLink) -- DetailHostPage (Group.EditButton) if editing --- DetailViewPage else --- DetailEditPage (picker in a form) The picker that I have in the DetailEditPage does not let me change it's value,