Editable ComboBox using bootstrap/angularjs

angularjs, twitter-bootstrap

Solution

The ui-select2 library lets you use select2 through a directive. That provides some great UI elements that do what you're asking for.

In general I also recommend the Angular Modules site to find various useful Angular libraries.

Problem

I am not getting any solution for having combobox as select as well as input. That means if user selection in not there in per-populated list , then use should be able to enter his value of choice. users choice (selected or entered) should be set and retrievable as ng-model in angularjs. thanks

Original source

Related problems