Using Autocomplete & Multiselect

0
Hello all, There is a requirement, to add 2 Dynamically Connected DropDowns with Multiselect Search functionality. Based on this Filters, certain results needs to be populated in DataGrid. Please can you help me, in beginning with "Autocomplete & Multiselect" available in Market Place. I went through the Documentation, but its hard to understand for me. Thanks Dherendra
asked
3 answers
2

Hi Dherendra,

You cam refer to the link below,

There I explained, how to impliment a multiselect search facility using drop-downs.

https://forum.mendix.com/link/questions/119063

 

Just let me know, if you get stuck.

 

Hope it helps!

answered
0

Hi Dherendra,

 

Not sure if you need the widget your specified. Do you need a multiselect search on a string input? If not, you could consider using the checkbox set selector and create the input yourself using a microflow.

 

Hope this helps and good luck.

answered
0

Hi Dherendra,

Please note that there is also a demo project that can be found on github: https://github.com/Itvisors/mendix-AutocompleteMultiselect. You can download the code as zip and find the project in /test/.

Perhaps this can give you some more information how to use it.

The widget has got a lot of functionality, but maybe you do not need everything. Note that there are also other widgets that might be easier for your use case, e.g. https://marketplace.mendix.com/link/component/116917.

answered