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 was archived by the owner on Oct 7, 2020. It is now read-only.
Describe the bug
readonly
attribute is not propagated toTextArea
To Reproduce
<mdc-textarea [readonly]="true"></mdc-textarea>
Expected behavior
Acts like
TextField
, displays value but without ability to modify.What Angular MDC version are you using?
3.2.1
What OS are you using?:
Debian sid
What browser(s) is this bug affecting?:
Chromium
Additional context
PR incoming
The text was updated successfully, but these errors were encountered: