-
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: disabled attr is not being passed down from ion-input to the input element #5280
Comments
It works with static values but it doesn't adding disabled attribute dynamically such as:
A similar issue is open for |
This issue is still present on Ionic 2.0.0. When an ion-input is initially set with the [disabled]="true" attribute the disabled attribute isn't being passed down to the native input element. |
This is still an issue with Ionic 3.4.2 |
Is there any workaround? |
Weird that this issue is still opened |
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. |
http://localhost:8000/dist/e2e/input/fixed-inline-labels/
The text was updated successfully, but these errors were encountered: