Kiho / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
472 stars 350 forks source link

Checkbox and Radio values #327

Open udaymamidisetti opened 3 days ago

udaymamidisetti commented 3 days ago

Instead of saving the values of checkbox and radio buttons it is saving the keys of that value

{ "custom_name": "checkboxes_E1296846-CA92-4E16-9838-9599B650A2A9", "value": [ "checkboxes_option_18191347-4208-46BB-B223-3DCCB460F32A" ], "name": "checkboxes_E1296846-CA92-4E16-9838-9599B650A2A9", "id": "BA1156E5-3D75-4AD6-81B0-BB805F04C243" } { "custom_name": "radiobuttons_86485545-719e-41b8-8e04-9e9f22e533b1", "name": "radiobuttons_86485545-719e-41b8-8e04-9e9f22e533b1", "value": [ "radiobuttons_option_91596d40-096e-4d51-9963-01f29f926909" ], "id": "f22951ba-6936-4d9b-99e8-65f14d562f8f" }

udaymamidisetti commented 13 hours ago

Hiii any update please..

Kiho commented 9 hours ago

Try 0.18.3 with option_key_value='value'