Copy as MarkdownCurl MarkdownOpen in 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. PropertiesSection titled “Properties” defaultSelectedColor?Section titled “defaultSelectedColor?” NamedefaultSelectedColorDescriptionThe default selected color.Typestring | undefined name?Section titled “name?” NamenameDescriptionThe name of the dropdown.Typestring EventsSection titled “Events” EventDescriptionnylasFormDropdownChangedFired when the selected option is changed. CSS partsSection titled “CSS parts” PartDescriptionicp_color-pickerThe dropdown container.icp_color-picker-buttonThe dropdown button.icp_color-picker-button-selected-labelThe selected option label.icp_color-picker-labelThe dropdown label.