Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

TextArea does not respect readonly #2010

Closed
rapropos opened this issue Sep 24, 2019 · 0 comments
Closed

TextArea does not respect readonly #2010

rapropos opened this issue Sep 24, 2019 · 0 comments

Comments

@rapropos
Copy link
Contributor

Describe the bug
readonly attribute is not propagated to TextArea

To Reproduce

  1. <mdc-textarea [readonly]="true"></mdc-textarea>
  2. Try to type in it
  3. Succeed
  4. Be sad.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant