Hello ! I encountered the following issue with voiceover behavior on iOS15.2, also reproduced on iOS14.1:
Please note: the voiceover should be ON to reproduce the issue.
I've created the multiline input field based on UIKit object (UITextView), because I'am not able to use native SwiftUI TextEditor due to lack of 'isEditing' state. Then I placed this multiline input field into dynamic UI. All works fine If I have some dynamic controls that appears below my input field. But the input field becomes inaccessible when I have a dynamic control above my input field. I've tried to simplify my code as much as possible (please see attachment)
The input field becomes inaccessible after I tap on "Validate" button. All works fine if we move dynamic control ('validationErrorMessage') below the input field ('InputViewRepresentable').
What could you suggest in this case ?