Skip to main content
Status Field allows to showing of a color indicator status You can configure this in two ways
  1. Using code property in the generator
  2. Using the Value property in the generator

Using the Code property

You can set the code (path) to get the color from any property of the form context, only make sure this returns a valid color

Using the Value property

Here you can write your custom code to return the color (or color and text) depending on some conditions, for instance, you can write the next code:

Return Color and Text

Return only color

You can only return a string with a valid color in case you do not want to have a text alongside the indicator