Color picker for text inputs

Hi all,

I’m just wondering if anyone has tried implementing a color picker, for text inputs that are supposed to include a hex color value. (I don’t want to reinvent the wheel if there is already code out there.)

Hi @brockfanning,

I did not yet integrate a color picker myself. However the Material UI website links to mui-color-input which looks interesting. So you might want to try your luck with that in case you don’t want to implement one yourself from scratch.

The integration in JSON Forms should be straightforward.