Is it possible to display a null value for a ColorPicker, or is that a feature that could be added?
I have a situation where it doesn't make sense to default the color picker, so until a color is selected, there should be some indication that no color is selected. Instead of defaulting to black or transparent or white or something, I want to replace the color displayed in the dropdown to show "None" or some other string (possibly an "EmptyText" property?). There would also need to be some kind of selection mechanism in the picker itself to re-select the null value.
I have a situation where it doesn't make sense to default the color picker, so until a color is selected, there should be some indication that no color is selected. Instead of defaulting to black or transparent or white or something, I want to replace the color displayed in the dropdown to show "None" or some other string (possibly an "EmptyText" property?). There would also need to be some kind of selection mechanism in the picker itself to re-select the null value.