Skip to main content
Nintex Community Menu Bar
Question

Is there any way to have a field use the Color input?

  • July 12, 2024
  • 1 reply
  • 11 views

Forum|alt.badge.img+1

I have a field where I want the user to input a color, similar to what we do in the DSS. Is there any way to leverage the skuid__inputColor type of input from the Builder?

1 reply

Forum|alt.badge.img+10
  • Scholar
  • July 12, 2024

I think you should be able to accomplish this using a Custom Field Renderer and then implementing some “color picker” code (lots of example ways to create color pickers via google)

If you’re not familiar with using custom field renderers, you can check out the SKUID docs related to them here:
https://docs.skuid.com/latest/en/skuid/javascript/custom-field-renderers/

I’m not sure exactly how you’d go about setting up this specific example, but I’m sure this would be the right approach.

Depending on your SKUID version / setup, you might not have access to custom field renderers. If that’s the case you may need to reach out to SKUID to enable them.