-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
Having the following make the input not selectable
input
inside amat-menu
inside a `ion-modal
Expected Behavior
Being able to select the input field
Steps to Reproduce
- Clone the project (Code Reproduction URL)
- npm i
- ionic s
- Click on the blue button (open the modal)
- Click on the flag
- Try to select the search input field
Code Reproduction URL
https://github.com/rbalet/ion-modal-mat-menu-error/tree/main
Ionic Info
Ionic:
Ionic CLI : 7.2.1 (/Users/raphaelbalet/.nvm/versions/node/v22.17.1/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.6.5
@angular-devkit/build-angular : 20.1.1
@angular-devkit/schematics : 20.1.1
@angular/cli : 20.1.1
@ionic/angular-toolkit : 12.2.0
Capacitor:
Capacitor CLI : 7.4.2
@capacitor/android : not installed
@capacitor/core : 7.4.2
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v22.17.1 (/Users/raphaelbalet/.nvm/versions/node/v22.17.1/bin/node)
npm : 10.9.2
OS : macOS Unknown
Additional Information
If I manually remove the ion-modal
from the DOM, the selection is working back again