You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Using Ionic 6.1, I am trying to have an ion-item that contains both a disabled input and an enabled ion-button. However, adding the disabled flag to the input causes the button to be disabled (although its color remains as if enabled). (Removing disabled from the input, or replacing it with readonly makes the button work again.)
Here is the code where I discovered this effect:
Thanks for the issue. I am going to close this as a duplicate of #23331. The issue specifically mentions ion-chip, but it applies to ion-button as well.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prerequisites
Ionic Framework Version
Current Behavior
Using Ionic 6.1, I am trying to have an ion-item that contains both a disabled input and an enabled ion-button. However, adding the disabled flag to the input causes the button to be disabled (although its color remains as if enabled). (Removing disabled from the input, or replacing it with readonly makes the button work again.)
Here is the code where I discovered this effect:
Expected Behavior
Ionic button should be clickable even if ion-input is disabled.
Steps to Reproduce
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.13.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.7
@angular-devkit/build-angular : 13.3.7
@angular-devkit/schematics : 12.2.14
@angular/cli : 13.1.2
@ionic/angular-toolkit : 4.0.0
Capacitor:
Capacitor CLI : 3.5.1
@capacitor/core : 3.5.1
Utility:
cordova-res : not installed
native-run (update available: 1.6.0) : 1.5.0
System:
NodeJS : v18.2.0 (/usr/local/bin/node)
npm : 8.9.0
OS : macOS
Additional Information
No response
The text was updated successfully, but these errors were encountered: