KillerCodeMonkey · GitHub

Prerequisites

Describe the Feature Request

Currently readonly and disabled props of ion-textareas are not reflected at the host element like they are for ion-inputs.

This is inconsistent and makes it hard to select readonly/disabled textareas (css, query).

Describe the Use Case

Style all disabled/readonly ion-textarea (not only the native textarea elements.

Disabled ones have a special predefined css class by ionic, but readonly not.

Describe Preferred Solution

just reflect those properties at the host element

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

Read the original on github.com ↗