AuraQ / AutoCompleteForMendix

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

Autocomplete not working in Mendix 8.12.1 #59

Closed Alain1970 closed 2 years ago

Alain1970 commented 4 years ago

I have upgraded my project from Mendix 8.8.1 to Mendix 8.12.1 and as a result of that upgrade, the autocomplete widget no longer works. Apparantly the current version does not work in Mendix 8.12.1; it only shows the message: 'No results found.'

We are currently in the process of handling the last customer feedback before deploying our new application on production, but cannot do this because of this issue with the autocomplete widget. I hope you have time to look into this issue and will be able to solve it.

bpanne commented 4 years ago

Same problem here. Upgrade from 8.7 to 8.12.1 and it is not working anymore. Worked fluently before. Also tried 8.13.0 today, not working as well

lindski commented 4 years ago

Looks like the 'amount' parameter on mx.data.get has changed slightly. A 0 value is now treated as no results, rather than all results

I will fix the default in the next version but, for now, you just need to change the Max Records property in 'Search - XPath' to -1 and it will behave the same as before

jacobboer commented 3 years ago

Hi Iain, We love your widget. We are in the process of upgrading 30+ apps to Mx8 and the latest version of your widget that is in most of them...We would be very happy if the fix would be published soon, saving us checks and testing:-) Thanks in advance

pratleymatthew commented 2 years ago

This issue has been fixed in v6.1.0, now available in the Mendix marketplace.