-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: Ion-input is broken with 4.7.x #19084
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
Comments
Thanks for the issue. Are you able to provide a Stackblitz/repo with a reproduction of the issue? I am unable to reproduce this issue on my end. You can use this link as a base Stackblitz: https://stackblitz.com/edit/ionic-v4-angular-tabs I have provided a Stackblitz of a working ion-input + forms demo here: https://stackblitz.com/edit/ionic-v4-angular-tabs-fmeseo. Thanks! |
Hi there, In this Stackblitz I was able to reproduce all the issues and one more, when I use markAsTouched, the input not display the "red line". https://stackblitz.com/edit/ionic-v4-angular-tabs-z2mmyk Thanks 🙏 |
Apologies for the delay in response. I was able to reproduce this and will look into a fix. As a temporary workaround, you can set the |
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 will be introducing a new syntax for using form components such as The reported issue is fixed with this new syntax. Work to update |
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] 4.7.x
Current behavior:
Ionic input control not working and refreshing UI as expected
Expected behavior:
Prevent write value on disabled ion-input control and Change detection should refresh the UI
Related code:
Ionic info:
The text was updated successfully, but these errors were encountered: