Closed as not planned
Closed as not planned
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
- Nightly
Current Behavior
Cannot focus the input inside mat-select
popover which is placed inside an Ionic Popover.
Reason is this change: fff4aec#diff-e6fe3d2c2375aaff02644f8767f36a3c49825d333f9764644871b0541a95b296R150
Since the input is rendered inside the cdk overlay it is outside of the popover and will be caught by the focus trap.
Expected Behavior
Being able to focus inputs outside the popover element if they are on top of the backdrop.
Steps to Reproduce
Add an input to the mat-select inside a popover
Code Reproduction URL
No response
Ionic Info
Am not using the Ionic CLI, only "@ionic/angular": "6.1.12"
Additional Information
No response