AC2 beta, dmx-show not evaluating on span tag

Wappler Version : 5.8.2 beta channel
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

The following should never show the span tag spinner:

<span class="spinner-border spinner-border-sm" role="status" dmx-show="1==2"></span>

Actual behavior

Screenshot 2023-06-19 at 9.08.52 AM

I can’t reproduce it, is it only happen on this specific span? Perhaps something in the css classes overwrites it.

Weird…simple for me to recreate. BS4

Layout

<!doctype html>
<html>

<head>
  <base href="/">
  <script src="/dmxAppConnect/dmxAppConnect.js"></script>
  <meta charset="UTF-8">
  <title>Untitled Document</title>
  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  <link rel="stylesheet" href="/fontawesome4/css/font-awesome.min.css" />
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <link rel="stylesheet" href="/bootstrap/4/css/bootstrap.min.css" />
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous" />
  <script src="/dmxAppConnect/dmxBootstrap4Navigation/dmxBootstrap4Navigation.js" defer=""></script>
  <script src="/dmxAppConnect/dmxRouting/dmxRouting.js" defer=""></script>
</head>

<body is="dmx-app" id="vanillabs4">
  <div is="dmx-view" id="content">
    <%- await include(content, locals) %>
  </div>
  <script src="/bootstrap/4/js/popper.min.js"></script>

  <script src="/bootstrap/4/js/bootstrap.min.js"></script>
</body>

</html>

Content

<!-- Wappler include head-page="layouts/vanilla-bs4" jquery_slim_33="cdn" fontawesome_5="local" bootstrap4="local" is="dmx-app" id="buttontest" appconnect="local" -->
<meta name="ac:route" content="/buttontest">
<button id="btn1" class="btn">
    Button<span class="spinner-border spinner-border-sm" role="status" dmx-show="1==2"></span>
</button>
/*!
 App Connect
 Version: 2.0.0-beta.7
 (c) 2023 Wappler.io
 @build 2023-06-14 13:12:18
 */

Beta 8 fixes this.

/*!
 App Connect
 Version: 2.0.0-beta.8
 (c) 2023 Wappler.io
 @build 2023-06-20 10:39:01
 */

fixed in the extensions beta channel as inline update