Hi all, I’ve run into a problem that at this stage I’m not sure if it’s a genuine bug or I’m missing something obvious.
I have a dropdown widget which contains predefined prices, embedded in a conditional builder widget.
I also have a choicechip widget with “choice a” and “choice b”.
If the user selects “choice a” then the “dropdown A” widget becomes visible with that list of prices, and if the user selects “choice b” then the “dropdown B” widget becomes visible with its own list of separate prices
I have it all running smoothly however for whatever reason, dropdown B (the widget which is initially hidden) won’t update or recognise any value despite an option being selected in the dropdown.
For example: I’ll select “£500” within this widget, but if I try writing that to firebase or just testing the value on my page, I get no value being returned ie: null. The value won’t change whatsoever
This doesn’t happen with dropdown A. I tested around and it seems that whichever dropdown widget is initially hidden via the conditional builder that when it eventually gets revealed/made visible it just won’t update/print the option values.
Another test I did was set dropdown B to have a predefined value of £10, and when I test it, initially after choice b is selected, “£10” gets printed but any subsequent change to the dropdown doesn’t do anything and it remains forever at £10, really odd.
If anyone could help me on this it would be greatly appreciated as I’m genuinely stumped why it wouldn’t print a value