Is there a way to remove the text as I only want the color icon to show up? In other words I don’t want to see rgb(0, 0, 255) next to the color icon.
Thanks in advanced and nice component.
Is there a way to remove the text as I only want the color icon to show up? In other words I don’t want to see rgb(0, 0, 255) next to the color icon.
Thanks in advanced and nice component.
Yes, there is. Just set up colorPickerField.textField.width = “0px” and colorPickerField.width = “36px”