Autocomplete with Multiple Selections

Hello,

I'm trying to find out how someone would use 2 components together (ideally AutoComplete and DropDown multiple selection) to create the effect of multiple selections using text input.

The idea is that you would type anything in the field and every time the user presses "Enter" then a chip would be added in the textbox.

  1. The user enters text:
    image

  2. Chip is added:
    image

Any help or direction would be greatly appreciated.
Thanks

The only possible solution is to use DropDown component with filtering.

I think I might not have explained it properly. In this scenario I have the ability to type any string and a chip would be added.

I was able to achieve the same with Syncfusion and have attached a recording of its behaviour:

Mutlivalue_Custom_Field.gif (813×91) (discordapp.com)