mennooo / orclapex-modal-lov

A modal LOV item plug-in for Oracle APEX
MIT License
40 stars 9 forks source link

Set Value using a Dynamic Action of IG column based on Modal LOV shows return value instead of display value #38

Open stevenrooijackers opened 6 years ago

stevenrooijackers commented 6 years ago

I have an On Change event on another IG column with an Set Value action. With a PL/SQL expression I get the return value of another IG column of type Modal LOV. The Dynamic actions sets the right value in the Modal LOV column, but the return value is displayed instead of the return value. I would expect the Modal LOV to show the display value.

mennooo commented 6 years ago

I was able to reproduce

s3t14d4rm4 commented 5 years ago

I also encounter the same issue. Any temporary workarounds for this issue?