You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Now that we have md-input-container and can access the inner input element we should support the readonly and ng-readonly attributes. Currently if an input is read only the label will still float up and the whole element changes colors like normal however this shouldn't happen.
Also if your input has some text in it and then it becomes read only you can still click on it and it will change color without letting you edit it.
The text was updated successfully, but these errors were encountered:
Now that we have
md-input-container
and can access the innerinput
element we should support thereadonly
andng-readonly
attributes. Currently if an input is read only the label will still float up and the whole element changes colors like normal however this shouldn't happen.Also if your input has some text in it and then it becomes read only you can still click on it and it will change color without letting you edit it.
The text was updated successfully, but these errors were encountered: