Oracle APEX 18.1 :
I got a shuttle in a modal page.
If I want to get the value of this shuttle I normally go to the dev console of chrome and type e.g. $v("Px_SHUTTLE");
This all works fine within normal pages but when I implement a shuttle in a modal page I can't see the selected items from the shuttle with $v
.
Is this normal or a bug ?