How to add the suggested data stored when typing some data in text box

0
HI experts, My requirement is to show the suggested data which is avaialble in the database as soon as some user type any data in the text box, Basically if someone type Sa.... it shoudl give me the results matching the word that are stored in database as the  example i have shown in the screenshot. I have attached the screenshot
asked
2 answers
0

Harsh,

It seems like you are trying to create a tagging system.  If so, the Combo Box has this capability out of the box.  You can find the widget here:  https://marketplace.mendix.com/link/component/219304

 

To use this widget, you would create a domain model that looks something like this:

image.png

 

Then to use the combo box on a page, configure it like this:

image.png

 

Hope that helps,

Mike

answered
0

You can also consider using the Label Selector widget. It suggests existing objects and allows to create new ones as tags when needed.

 

Marketplace Link: Label Selector Widget

Documentation: Label Selector Documentation

 

answered