placeholder
Description
sets a text for the input's placeholderType
string
Example
<ColorSelect colors={['#65D3B3', '#FFC975', '#58C3FE']} placeholder="Select a color"/>
Details
For a placeholder to be visible in the input, a color select should be initialized without the initial value specified.
Related article: Adding a placeholder for the input
Related sample: ColorSelect