Hi All.
I have a view which switches between a summary and edit mode, using an EditButton.
Some of the edits are complex enough to require a sub view. For instance, I need a search field to filter certain options.
I find that when the view is in edit mode, all types of navigation are disabled:
Button raising a sheet is not working.
NavigationLink pushing a seperate view is not working.
Can anyone confirm this is the case?
Is this intentional or a bug?
Many thanks.