-
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
Disabled attribute with ion-input not working #10095
Comments
Perhaps a dupe of #6408? |
Hello @antoine92190 ! Thanks for opening an issue with us. Unfortunately i cannot reproduce this issue. What devices are you seeing this issue on? |
Hi @jgw96
But none is working... |
I have come across to the same problem |
@antoine92190 Can you please try with the latest nightly and let me know if you're still seeing this:
If you are - are you adding anything else or is it just an |
Yes, it works perfectly in the nightly! |
@antoine92190 Sorry, you could have used the nightly, but rc.6 has been released now. :) I'm going to close this, thanks! |
Ionic 2: Dynamically: After in the component(.ts file):private isInputDisabled:boolean=false; |
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. |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
When I use the disabled attribute on ion-input or ion-textarea, the text is not disabled.
Expected behavior:
I should not be able to modify the text inside an ion-input or ion-textarea when disabled.
The text opacity should also be modified.
Ionic info:
Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.5
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.9.0
ios-sim version: 5.0.11
OS: macOS Sierra
Node Version: v6.9.2
Xcode version: Xcode 8.2 Build version 8C38
The text was updated successfully, but these errors were encountered: