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
Add readOnly or a similar property to md-input must add the readonly attribute to the rendered input tag.
What is the current behavior?
We can't set a md-input as read-only
What is the use-case or motivation for changing an existing behavior?
For example, I'm adding an input with a copy to clipboard functionality. You can see an example in Rubygems. Also, this is a basic functionality of HTML input tags.