Autocomplete does not honor dmx-on:click.stop

Wappler Version : 4.8.1
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

When adding dmx-on:click.stop="" to and autocomplete element, it should prevent the click from bubbling up the DOM.

Actual behavior

It bubbles (and we don’t Bubble around here!)

How to reproduce

Place an autocomplete inside another element that has a click event. Click on the autocomplete, and the notification will still trigger.

<td dmx-on:click="notifies1.info('test')">
     <input class="form-control form-select-sm" id="autocomplete_campaign" name="campaign_id" is="dmx-autocomplete" dmx-bind:data="get_globals.data.campaigns" optiontext="name" optionvalue="campaign_id" optionsearch="name" dmx-bind:value="campaign_id" style="width: 100%;" onclick="this.select()" placeholder="Search campaign name" dmx-on:click.stop="">
</td>
Community Page
Last updated: