Bug in Beta 4: Navigating to view with DatePicker

The DatePIcker looks good in it's own view, but when one navigates to the view with the DatePicker, the DatePicker layout is off and the picker is hidden initially. This happed with both the older intialized DatePicker and the newly initialized DatePiicker. This did not occur in beta 3. I've put in a suggestion.

Replies

So, in the view which contains the DatePicker, the DatePicker is not within a List View or a Form View. It's within a VStack and. yet the DatePicker is being displayed as if it's within either a LIst or Form view, simply because ithe view with the DatePicker was obtained via navigation.


This is frustrating as all blank.

And datePickerStyle is not working. I want control. I don't want everything done for me. Let me pick which kind of DatePicker I want. Don't make it condition on outside things.

Okay, .pickerStyle(.wheel) works for the Picker, but not for the DatePicker. I haven't found anything that works except to go along and imbed the DatePIcker in a List.