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

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

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -