leocaseiro / angular-chosen

AngularJS Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a AngularJS way
http://leocaseiro.github.io/angular-chosen/
MIT License
682 stars 248 forks source link

Stay open on multi select #215

Closed cartifon closed 8 years ago

cartifon commented 8 years ago

Is possible to the angular-chosen menu to stay opened after select an item? Or any chance to be able to close it only by clicking outside the widget area or by pressing ESC??

leocaseiro commented 8 years ago

Hi @cartifon,

Thank you for using angular-chosen.

The chosen is a jQuery library and if you'd like to remain open, you must hold CMD ⌘ or CTRL when selecting options.

Currently there is no option to keep the select option by default on chosen. However, there's an open issue on chosen and you could follow here

cartifon commented 8 years ago

Hi @leocaseiro, thanks for the answer. I tried out and works fine to me.