1

I hope someone can help me with this. I'm using 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.

I tried using a different module, acute-select, because the combo mode was exactly what I wanted, but the module is still too incomplete and I can't use it.

Does anyone know how I can achieve this using the chosen directive, or is there maybe another, working, module?

Niel
  • 1,856
  • 2
  • 23
  • 45

1 Answers1

0

I ended up forking acute-select in order to make something that suited my needs. I removed most of the other features and only kept the combo-box.

It's tailored to be used in a bootstrap dropdown in a bootstrap nav-bar.

You can view the demo and source here.

Niel
  • 1,856
  • 2
  • 23
  • 45