Hi everybody!
Recently, unfortunately, I spend a lot of time with the value list cascade settings.
I work in an Oracle Apex 23.1 Patch 5 environment.
Results:
- Select list → Select list : if the parent changes then Javascript error
- Select list → Popup LOV: it works
- Popup LOV → Popup LOV: it works
- Popup LOV → Select list: if the parent changes then Javascript error
in summary:
if the type of the child list is Select List, the cascade throws an error:
- Error: SyntaxError: Unexpected end of JSON input
does anyone have a solution to this problem?