How can I show a google kind of auto-suggest in a text box?

0
I have a text box in a dialog. When user enters values, I want to make a REST call and show values already created like an auto suggest. Enumerations will probably not work because my values are dynamically fetched via REST call. Enumerations seem to take a fixed set of elements. How can I achieve this functionality in Mendix?
asked
1 answers
2

Have you tried the Auto Complete widget in the App Store?

https://appstore.home.mendix.com/link/app/2695/

You can search using XPath or a Microflow with this module.

answered