How to show the enumeration image in the autoComplete widget

0
I have imported the autoCompleteForMendix widget. Via the result display tab, it is possible to configure the resultlist. According to the documentatie examples it should be possible to show enumeration images (examples with country are provided in the documentation) As  far as I can see, it is only possibel to define attributes in teh result list. Can someone provide me with an example of enumeration images.   In the example the ZoekType is an enumeration with images
asked
1 answers
2

Hi Rolf,

The github has an example project that has an example on how to do this. Here is the link to the test project.

https://github.com/AuraQ/AutoCompleteForMendix/blob/master/test/Test.mpr

 

The particular example that you want is under the template tests section, "advance template - 2"

 

Hope this helps!

answered