pbauerochse / searchable-option-list

a jquery plugin for a searchable optionlist
MIT License
79 stars 54 forks source link

Setting a combined target container for the display items #10

Open pbauerochse opened 8 years ago

pbauerochse commented 8 years ago

Setting a target container for the selected display items via configuration would allow having a single selected elements "cloud" for more than one element.

Example: SOL A has 5 elements selected, SOL B has 2 elements selected

Right now A would display 5 elements above itself, B would show 2. If both were set to display their results in div#myResults the div#myResults would contain all 7 elements combined