react icon indicating copy to clipboard operation
react copied to clipboard

Json Data Issue

Open Agampreet0001 opened this issue 2 years ago • 1 comments

pls help on this

which key is used to show the selected value in json data.

image

Agampreet0001 avatar Jun 20 '23 11:06 Agampreet0001

Component JSON is only used to represent component options that are used to render it. Current value of the component is stored in the component state. If you want to perform some manipulations with it or make the value dependent on the other components, you can try to set up Custom Logic or Conditionals. For further info see https://help.form.io/userguide/form-building/logic-and-conditions.

antonSoftensity avatar Aug 03 '23 12:08 antonSoftensity