ui-select replacement in Angular2

imfarhad picture imfarhad · Jun 20, 2016 · Viewed 9.4k times · Source

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?

Answer

asdf_enel_hak picture asdf_enel_hak · Jun 20, 2016

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.