I know this is possible with your typical view, but perhaps this is not supported by modal views?
I am trying to open a modal view with a query param like:
However when I click on the link/button I get this error:
Uncaught Error: Syntax error, unrecognized expression: #myModalView?someParam=123
Is this unsupported on Modal Views?
I am trying to open a modal view with a query param like:
<a data-rel="modalview" href="#myModalView?someParam=123" data-role="button">Open MV </a>Uncaught Error: Syntax error, unrecognized expression: #myModalView?someParam=123
Is this unsupported on Modal Views?