RadzenColorPicker style doesnt change when disabled
I feel like user can see any difference between a disabled and a active one with this style
RadzenColorPicker style doesnt change when disabled
I feel like user can see any difference between a disabled and a active one with this style
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;
}