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.
Now that we have
md-input-containerand can access the innerinputelement we should support thereadonlyandng-readonlyattributes. 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.