coreui/coreui-angular

If a c-date-picker is disabled, it is not displayed anymore

Closed this issue · 2 comments

Visible:
<c-date-picker />

Hidden:
<c-date-picker disabled />

Same thing if disabled is binded:
<c-date-picker [disabled]="isLoading" />

Hello @bernik1980,

We are unable to reproduce the issue as it works as expected.
If your problem persists, please contact our support team at https://coreui.io/support/

I checked this again. Is as a conflict of a custom"disabled"-class, which I didnt now is used CoreUI forms css too.