espentveit
espentveit
Thank you for the fix.
Got the same issue. Seems to be that getOptionValue is called twice, where the result of the first is passed to the second. Causing it to not find the value....
The case where I tested was for the one with the 'value' key set. Maybe the isNotEmpty should check the output of resolveFieldData? ```javascript const getOptionValue = (option) => {...
Ok. I'll test some more tomorrow