If a c-date-picker is disabled, it is not displayed anymore
Closed this issue · 2 comments
bernik1980 commented
Visible:
<c-date-picker />
Hidden:
<c-date-picker disabled />
Same thing if disabled is binded:
<c-date-picker [disabled]="isLoading" />
xidedix commented
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/
bernik1980 commented
I checked this again. Is as a conflict of a custom"disabled"-class, which I didnt now is used CoreUI forms css too.