Wappler v6.8.0
AppConnect 2
Internal link with dmx-bind:href not working (ignoring internal attribute)
<a dmx-bind:href="/help" internal="true">
Wappler v6.8.0
AppConnect 2
Internal link with dmx-bind:href not working (ignoring internal attribute)
<a dmx-bind:href="/help" internal="true">
Is this only when dmx-bind
is used, so normal href
with internal flag works correct?
Yes
Your example doesn't seem correct, the /help
is not a valid expression to be used with dmx-bind
.
My bad, it's a mistake as I was adapting the link to a bug report. The bug stands for a valid expression
<a dmx-bind:href="'/help'" internal="true">