Search code examples
oracle-apexapexoracle-apex-5oracle-apex-5.1

Issue with SELECT LIST LOV in Tabular Form


I am facing issue with Select List LOV having values more than 450. enter image description here

It works fine when I limit the value by ROWNUM <= 400 or by using POP-UP LOV. I am trying to find a solution where I don't have to do any deployment or change app from back end.


Solution

  • I can re produce it the issue is happening when we have large values in Select List LOV. When I changed it to Pop up LOV it works fine.