You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When closing a complex page with multiple autoCompleteForMendix widgets.
The select2('destroy') method was called on an element that is not using Select2.
and then a whole bunch of those:
RGX.Transaction_NewEdit.dataView1: Unable to destroy:RGX.Contact_Details.autoCompleteForMendix1: Error while uninitialize TypeError: Cannot read property 'destroy' of undefined
Any idea what the issue is and how to solve it?
Using Mendix 8.14 and Chrome browser
The text was updated successfully, but these errors were encountered:
I've ended up removing the widget altogether.
It was actually working fine, though. But the error would systematically appear as soon as I left a page that had it.
When closing a complex page with multiple autoCompleteForMendix widgets.
The select2('destroy') method was called on an element that is not using Select2.
and then a whole bunch of those:
RGX.Transaction_NewEdit.dataView1: Unable to destroy:RGX.Contact_Details.autoCompleteForMendix1: Error while uninitialize TypeError: Cannot read property 'destroy' of undefined
Any idea what the issue is and how to solve it?
Using Mendix 8.14 and Chrome browser
The text was updated successfully, but these errors were encountered: