Open thebadking opened 10 months ago
@thebadking We are working on a fix. In the meantime you can solve this issue on your app by toggling the js mode of Source data property and removing the map function.
Took me 2 days to realise exactly what's happening and how to fix it via JS
Moving this to sprint backlog for the priority for Snowflake tasks.
Is there an existing issue for this?
Description
as you can see the object from the dropdown "form_select_dropdown" is generating the values wrongly as the data being loaded to it has values of 1 and 2 as you can see from the query that is being loaded to that module bellow
for some reason the value is being set the same as the label
Steps To Reproduce
create a query as such SELECT form_name as label, form_id as value FROM public."forms"
load it into a dropdown module and try to access that object property "selectedOptionValue" to see if it matches the value or the label
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
Cloud
Front conversations