coreui-vue icon indicating copy to clipboard operation
coreui-vue copied to clipboard

CFormTextarea is not combining class attribute values

Open leodotcloud opened this issue 1 year ago • 1 comments

If I try to set the class attribute for CFormTextarea as below, they are not passed on to

Source:

<CFormTextarea class="border border-primary" placeholder="Start typing your note here ..." />

Rendered:

<textarea class="form-control" placeholder="Start typing your note here ..."></textarea>

The same seems to be working for some of the other components, example CCard.

leodotcloud avatar Feb 13 '24 05:02 leodotcloud

I fixed it in v5.0.0-rc.2

mrholek avatar Mar 10 '24 16:03 mrholek