Widget With Autocomplete and Chips Feature

0
Can any Mendix UI Genius Solve this ?   We have a requirement to build a widget which will act similar to to  “To” list in a Email System with Autocomplete and allowing selection of multiple users/items. Basically It will be a autocomplete which will display a list of possible options below the text box and once user keeps selecting the itesm they will be added in the text box Its like a chips functionality (where multiple Items can be selected and removed) as shown at the URL. https://codepen.io/vshanbha/pen/zqNZbq    
asked
3 answers
4

Isn’t this what you are looking for? https://appstore.home.mendix.com/link/app/292/ 

answered
1

There is already a widget like this. See https://appstore.home.mendix.com/link/app/99/ and very similar – https://appstore.home.mendix.com/link/app/59/

answered
0

Hi Andrej,

The widget you provided is a AutoComplete. We am not looking for an autocomplete Rather a widget which will allow the user to select multiple Items into one single text box and also remove it.

 

In HTML CSS Design terms its call “MD - Chips”. Please Open the Below Link

https://codepen.io/vshanbha/pen/zqNZbq

answered