feature: Add support for saving object as well when option from select dropdown is selected. #44
Replies: 3 comments
-
@ahmedsakri Do you mean you want the whole response object to be present on click of submit button. |
Beta Was this translation helpful? Give feedback.
-
@manojadams So,
|
Beta Was this translation helpful? Give feedback.
-
@ahmedsakri I am not entirely convinced about this. Request to add any reference to check similar examples/requirements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I am doing an API call in select dropdown to load options. The api returns below response:
Json Schema for select looks like below:
By having above schema, what happens is only
id
is getting saved alongside the keyname.Describe the solution you'd like
A way i can ask to store an object in the
sample
key, user can store the whole object or selected keys!Describe alternatives you've considered
N/A
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions