I'm looking to get some help either identifying the "programming words" for this type of element, or looking to get help finding libraries that accomplish this feature. I'm looking for an multiselect input that would allow users to select a "filter" or key from the list. For example, the user selects ipAddress from the list, the search bar is then populated with ipAddress= then after the user enters the address and presses comma, it turns into a badge and then the user can add more filters.
I've tried using Choices.js and Selectize but neither allow for the functionality I need. Thanks so much for your help