json_to_form icon indicating copy to clipboard operation
json_to_form copied to clipboard

select a user (showing by default on "select" field) should be labeled text shown on default value select

Open gautamenbake opened this issue 3 years ago • 0 comments

hii victor pls help

 {
        'key': 'select1',
        'type': 'Select',
        'label': 'Select test', ---------------------> this should show default on select
        'value': 'product 1',
        'items': [
          {
            'label': "product 1",
            'value': "product 1",
          },
        ]
      },

gautamenbake avatar Aug 20 '21 12:08 gautamenbake