New to Kendo UI for Vue? Start a free 30-day trial
Events
This article provides details about the event available in the ColorPicker
API.
List of available ColorPicker events
- ColorPickerActiveColorClick - Triggered when one click on the left side of the component component(the part that contains the color square).
- ColorPickerBlurEvent - Triggered when the ColorPicker is blurred.
- ColorPickerChangeEvent - Triggered when the value of the component is changed.
- ColorPickerFocusEvent - Triggered when the ColorPicker is focused.
ColorPicker events demo
The below example demonstrates the usage of the different events available in the ColorPicker
component.
Change Theme
Theme
Loading ...