ColorPicker missing style when disabled

RadzenColorPicker style doesnt change when disabled

I feel like user can see any difference between a disabled and a active one with this style

image

Logged a GitHub issue that should be resolved with one of the upcoming Radzen.Blazor versions.

In the meantime you can use this custom css:

.rz-colorpicker.rz-disabled {
    opacity: 0.5;
}
1 Like