The input-color-picker
allows users to select an accent color from either RGB inputs or an interactive color picker and converts them to a hex value. This component is used in the scheduling form to input dropdown type inputs.
| |
---|
Name | defaultSelectedColor |
Description | The default selected color. |
Type | string | undefined |
| |
---|
Name | name |
Description | The name of the dropdown. |
Type | string |
Event | Description |
---|
nylasFormDropdownChanged | Fired when the selected option is changed. |
Part | Description |
---|
icp_color-picker | The dropdown container. |
icp_color-picker-button | The dropdown button. |
icp_color-picker-button-selected-label | The selected option label. |
icp_color-picker-label | The dropdown label. |