AuraQ / AutoCompleteForMendix

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

On Change Event triggers multiple times #34

Closed aareich closed 5 years ago

aareich commented 6 years ago

When nested within a list view, the on change event is triggered anywhere from 3-16 times on a single change.

Mendix version 7.8

erqvu commented 6 years ago

Have the same issue, has forced me to stop using the widgets and go back to dropdown widget. Big shame as this widget is a lot better

VijayakumarGade commented 6 years ago

We are facing the same issue in Mendix 7.17.2 and 7.16 which is not there in Mendix 6.9.0

tieniber commented 6 years ago

Issue was due to the widget calling initialiseControl() multiple times when its update() function was called