AuraQ / AutoCompleteForMendix

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

Association isn't Set #57

Open NickVantVeen opened 4 years ago

NickVantVeen commented 4 years ago

I use the autocomplete for searching data. In the search, a webservice is called and a list is being retrieved with all the data. However, when selecting the correct object, association aren't always set correctly.

In a different test project, i have the same issue.

This has worked in previous versions in Mendix 6.10.10, however in 7.23.6 it didn't. Can you look at it, for fixing that the association is alway set correctly?

pratleymatthew commented 3 years ago

Hi @NickVantVeen,

I've not been able to replicate this issue so far. If you can share a test project it would be appreciated.

liamhanninen-exp commented 1 year ago

I think I am experiencing this too. It's inconsistent but occasionally when the user makes a selection (which is a list that was retrieved via API request) the drop down will close (the OC is also a rest request) and the value will be empty. In order to replicate I have to search/select 3-10 times and eventually it will be blank after a selection (instead of populating with the field I selected). There are no errors with the REST calls. I can't really provide the project.