Genie Protected Select Box



This value controls what happens to a protected input field that has been transformed into a select box using the Genie Designer.  Valid values are:

  • output - the select box is displayed as an output field when protected (this is the default value)

  • disable - the select box is disabled

Example:

pui.genie.config["protectedSelectBox"] = "disable";

Where do you save this configuration option? Here.