-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: angular@ionic/angular package@ionic/angular packagetype: buga confirmed bug reporta confirmed bug report
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
v8.x
Current Behavior
Angular popover component is missing focusTrap
input.
const POPOVER_INPUTS = [ |
Expected Behavior
Following code should work:
<ion-popover
[focusTrap]="false"
/>
Steps to Reproduce
- Try to set
focusTrap
input onion-popover
component.
Code Reproduction URL
https://github.com/ionic-team/ionic-framework/
Ionic Info
@ionic/angular: 8.2.4
Additional Information
saschwarz
Metadata
Metadata
Assignees
Labels
package: angular@ionic/angular package@ionic/angular packagetype: buga confirmed bug reporta confirmed bug report