Is there a Select2-like library?

I want to implement a multiple-select field where the user can search and can pick the item in the list with conditions (for example, if I choose item A, the rest of the items will be reset).

Something like Basic usage | Select2 - The jQuery replacement for select boxes

Thanks in advance! <3

2 Likes

Phoenix has the Multiple Select.
If you want a video tutorial I saw the ElixirCasts using this:

And here on the Poetcoding has the Select2 tutorial:

3 Likes