AuraQ / AutoCompleteForMendix

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

Fixes No Results button bug #95

Open robertprice opened 1 year ago

robertprice commented 1 year ago

The current version of the widget has a bug where clicking on the No Results button reloads the page. This is because an "a" tag was used. This fix changes that to a "span" so only the microflow will run as expected.