-
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: Alert configuration not taking effect on 'disabled' attributes from inputs #13488
Comments
Hello! Thank you for opening an issue with us! I couldn't think of a reason not to support Thank you for using Ionic |
PRs are merged. If there is a new release for v3.x it will be in that (there is not currently one planned, but that could change). Otherwise it will be in v4.x |
Thanks Ken! |
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")
[ ] 2.x
[x] 3.x
[ ] 4.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
Current behavior:
When an alert input, that ain't a radio button or a checkbox, have the "disabled" attribute, the input is still editable.
Expected behavior:
The input field shouldn't be editable.
Related code:
https://ionic-ni3hse.stackblitz.io
The text was updated successfully, but these errors were encountered: