searchable-option-list icon indicating copy to clipboard operation
searchable-option-list copied to clipboard

Change selected items container

Open ashish-joshi-sr opened this issue 7 years ago • 1 comments

I use this plugin a lot. very good plugin indeed. but it would be great if there is a way to allow selected item to be placed in whatever container desired. currently if list is huge and select all of them then it pushes the dropdown to go further below.

ashish-joshi-sr avatar Feb 16 '17 15:02 ashish-joshi-sr

See my fix for this https://github.com/tulinkry/searchable-option-list/commit/41acff55d2a2316f3af030fe92d002fd59d61632

which allows you to specify the result container as a jquery object with the option object, eg

$('#select').searchableOptionList({
        resultsContainer: $("#some_container"),
});

tulinkry avatar Apr 18 '17 12:04 tulinkry