Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ui-select replacement in Angular2

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?

like image 535
imfarhad Avatar asked Jun 20 '16 11:06

imfarhad


1 Answers

PrimeNG's dropdown or multiselect may help.

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

or

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

like image 50
Cagatay Civici Avatar answered Nov 15 '22 04:11

Cagatay Civici