I have a Form containing DatePickers, such as:
DatePicker("Date of Birth", selection: $child.dob, displayedComponents: .date)
When I run this, the date picker is displayed modally. How do I get it to expand inline in the form? I can't see any obvious way to do it.