I have integrated jscolor (from jscolor) to allow users to pick a color with an input field.
However, I am facing issues in styling it as I'm unable to remove the hex value of the selected color and couldn't find any relevant documentation on available options.
What I've attempted:
//Setting display to none doesn't show anything
display: none
//Trying to adjust font-size to 0 causes alignment issues with the dot
font-size:0
//This code does not seem to have any effect
class="jscolor "{valueElement:null, value:"#e6e5f4"}