Hey,
I am seeing inconsistent behavior on a select field when applying a value updated/value changed event.
In this example on a bare test page I have the following logic on the select field:
As expected, when changing value to Option 1, I get True, when the value is not Option 1 I get false!
When applying this exact same logic on a non-test page things turn out differently:. Here is the logic:
When I select option 1 (value = 1) in the select menu, notifications do not fire. No matter what the selection is, nothing happens.
When the Dynamic Event is changed from Value Changed to Value Updated notifications trigger as expected.
Since this is a dynamic field that gets populated, I need to use Value Changed since Value Updated triggers other events when the value is updated dynamically.
Does anyone know why the behavior is different between the pages or more importantly, how to get the Value Changed to fire as expected?
Last updated: