Apex 18.2.
Hi,
I have a modal page(2) with many display only and hidden page items except a Number field(Amount). Close Dialog Edited: process dynamic action is set to never render. There is a branch to page(1) that does not have a server/client side conditions. The modal page is called from page 1 through clicking on a column of type Link that redirect to it.
When enter the Amount field and press Enter key, the page is submitted. I can see it's a known problem but I am not into the solution which is to create a page item and set it's style to "display=none". Is there a better solution?