AngularChosen 将单个 select 输入更改为多个 select 输入

AngularChosen change the single select input to be like the multiple select

我希望有人能帮助我解决这个问题。我正在使用 angular-chosen and I'm really happy with it, but I want to remove the button type select box with the single select, into the text type box that's used with the multiple select, an example here.

我尝试使用不同的模块,acute-select,因为组合模式正是我想要的,但模块仍然太不完整,我无法使用它。

有谁知道我如何使用所选指令实现此目的,或者是否有另一个有效的模块?

我最终分叉了 acute-select 以制作满足我需要的东西。我删除了大部分其他功能,只保留了 combo-box。

它专为在 bootstrap nav-bar 的 bootstrap 下拉菜单中使用而设计。

您可以查看演示和源代码here