Editable ComboBox using bootstrap/angularjs

后端 未结 4 1852
长情又很酷
长情又很酷 2021-02-04 04:14

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

4条回答
  •  情话喂你
    2021-02-04 05:09

    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.

提交回复
热议问题