-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: ColorPickerFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Milestone
Description
Bug report
ColorPicker's value option is not taken with higher specificity.
Reproduction of the problem
- Open the following dojo.
- Set the value option of the widget.
- Notice that the color is not changed despite having the configuration set.
Current behavior
Currently, the ColorPicker requires setting the value={color} attribute to the input element. However, value option does not alter the input's value despite being set.
This behavior is inconsistent with other picker widgets where the value option is taken more predominantly:
https://dojo.telerik.com/@alexander64836/UNeMajeG/3
Expected/desired behavior
The ColorPicker should take the value option with higher specificity. Even in scenarios where the value={color} attribute is present on the input.
Environment
- Kendo UI version: 2024.1.319
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: ColorPickerFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery