New to KendoReactStart a free 30-day trial

Controlled Mode
Premium

By default, the ColorPicker is in an uncontrolled state.

The ColorPicker provides options for:

Controlling the Value

To manage the value of the ColorPicker:

  1. Use its value property.
  2. Handle the onChange event.
  3. Pass the new value through the props.
Change Theme
Theme
Loading ...

Controlling the Popup State

To manage the popup and set the open state of the ColorPicker, use its open property.

The following example demonstrates how to control the state of the ColorPicker upon display.

Change Theme
Theme
Loading ...