### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success. ### Ionic Framework Version v8.x ### Current Behavior Angular popover component is missing `focusTrap` input. https://github.com/ionic-team/ionic-framework/blob/2bc3b1feae45b4b10beb343699947541da9dfbfe/packages/angular/common/src/overlays/popover.ts#L49 ### Expected Behavior Following code should work: ```html <ion-popover [focusTrap]="false" /> ``` ### Steps to Reproduce 1. Try to set `focusTrap` input on `ion-popover` component. ### Code Reproduction URL https://github.com/ionic-team/ionic-framework/ ### Ionic Info @ionic/angular: 8.2.4 ### Additional Information @liamdebeasi https://github.com/ionic-team/ionic-framework/pull/29379
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
Angular popover component is missing
focusTrapinput.ionic-framework/packages/angular/common/src/overlays/popover.ts
Line 49 in 2bc3b1f
Expected Behavior
Following code should work:
Steps to Reproduce
focusTrapinput onion-popovercomponent.Code Reproduction URL
https://github.com/ionic-team/ionic-framework/
Ionic Info
@ionic/angular: 8.2.4
Additional Information
@liamdebeasi
#29379