angularjs - How to prevent ui-select from being closed when selecting items (with multiple select)? -


i don't want close ui-select dropdown (with multiple select) when select value. close on clicking outside of drop down.

set close-on-select attribute false, shown in documentation.

example:

<ui-select ng-model="selected" close-on-select="false"> 

you can find live example here.


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -