AuraQ / AutoCompleteForMendix

An autocomplete widget for mendix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Association isn't Set

NickVantVeen opened this issue · comments

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?

Hi @NickVantVeen,

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

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.