I am looking to add a color picker with limited options to my XPage. I have discovered that I can create a basic color picker using this code snippet:
<xp:inputText id="inputText1" type="color"></xp:inputText>
However, I would like to implement an input field with only a specific set of color choices (ideally between 6-10 options). Is there an XPage control available that can facilitate this requirement?