ui-select replacement in Angular2

10,026

Solution 1

ng2-select would do some of it. But it does not support dynamic data binding yet.

Actually, almost any of third party plugins implemented for angular is not implemented for angular2.

Solution 2

PrimeNG's dropdown or multiselect may help.

http://www.primefaces.org/primeng/#/dropdown

or

http://www.primefaces.org/primeng/#/multiselect

Share:
10,026
imfarhad
Author by

imfarhad

Updated on July 26, 2022

Comments

  • imfarhad
    imfarhad almost 2 years

    We are moving our existing angular1 project to angular2 and want to replace the existing ui-select component.

    I have googled, but couldn't find the ui-select version for angular2.

    Has anyone found a better alternative?

  • Daniella
    Daniella almost 7 years
    This doesn't allow to search in the list of the options of the dropdown :(
  • Cagatay Civici
    Cagatay Civici over 6 years
    Add filter="true"
  • Sangwin Gawande
    Sangwin Gawande over 6 years
    Link says page not found. Please correct it. "Here is a link to our source"
  • icfantv
    icfantv over 6 years
    @SangwinGawande unfortunately, we decided to go with an AngularJS and React hybrid application rather than migrate to Angular so the source was removed. I will update the description to remove that line. I will point out that the Angular docs do (or did) indicate how to do this.
  • perry
    perry about 6 years
    Just so everyone is aware, Kendo UI is a commercial license and requires you to purchase a license for any other use than some hobby coding.
  • geisterfurz007
    geisterfurz007 about 6 years
    A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.