Disable Color Picker in Blazor Color Picker Component
28 Dec 20231 minute to read
To achieve disabled state in Color Picker, set the Disabled property to true
. The Color Picker pop-up cannot be accessed in disabled state.
The following example shows the Disabled
state of Color Picker component.
@using Syncfusion.Blazor.Inputs
<h4>Choose a color</h4>
<SfColorPicker Disabled="true"></SfColorPicker>