AuraQ / AutoCompleteForMendix

An autocomplete widget for mendix
Apache License 2.0
8 stars 31 forks source link

Prevent browser refresh on clicking no result microflow link. #73

Open klatter opened 3 years ago

klatter commented 3 years ago

Related to #65

Starting Mendix 8.14 an onclick event is propagated through the DOM. This causes the browser to reload the page, when clicking the noresult link in the autocompletewidget. This fix prevents the onclick event being handled by the 'browser'.