-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ion-chip is disabled when ion-input is disabled when both are in same ion-item #23331
Comments
Thanks for the issue. We probably need to extend dfa2b13 to account for other interactive components. |
This is also the case with ion-button (@ionic/angular 5.8.1). You can recreate by adjusting the previous stackblitz as well. Fixable with the css used in #18670. |
Hi there, We are proposing some changes to form components that seek to resolve this issue. We would love your feedback on these proposed changes! You can read more about the changes and leave comments here: #25661 |
Thanks for the report. In Ionic 7 we are revamping the The work required to resolve this issue has been completed, so I am going to close this thread. Let me know if there are any questions. |
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. |
Bug Report
Ionic version:
[x] 5.x
Current behavior:
Given: ion-item that contains an ion-chip and an ion-input. I can interact with both (i.e. not disabled).
When ion-input is disabled, ion-chip will also be disabled.
Expected behavior:
Only ion-input should be disabled. ion-chip should not be disabled.
Steps to reproduce:
Related code:
https://stackblitz.com/edit/ionic-angular-v5-85pzwf?file=src/app/app.component.html
Other information:
Probably related: #18670
Ionic info:
The text was updated successfully, but these errors were encountered: