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

a jquery plugin for a searchable optionlist

Results 41 searchable-option-list issues
Sort by recently updated
recently updated
newest added

This project is wonderful, except that: 1 - one bug: if there are many options, and the select box is near top of the page, i can not scroll. 2...

bug
enhancement

Thanks this works awesome on android however it doesn't position itself correctly on ios is there something i am missing i am still very new to this programming stuff the...

bug
help wanted

With a single selection list, the selected item is also displayed above (or below) the select. This uses up two lines of space. For single selects it would be nice,...

enhancement

Hi, I'm trying to auto-hide the SOL component when I leave the '#my-select' input by using tab or shift-tab. Now I'm doing: $(function() { $('#my-select').searchableOptionList({ events: { onInitialized: function(sol, items)...

enhancement

Is there a way to make a popup always shown without onclick command? There's a size attribute that gets overwritten for select tag. Is there a way the popup can...

enhancement
help wanted

Hi, the example in section "Proper positioning of the option popup" of page http://pbauerochse.github.io/searchable-option-list/examples.html doesn't work (using Firefox 45.0). Thierry.

bug

There should be option for customizing the show-selection-container, the only customization which I have seen is to show selected items below search placeholder or above that. But there should be...

enhancement

Hey, I just found your nice plugin. In the frontend it is exactly what I was looking for. Sadly there is no method or sth like that to load the...

enhancement

Right now the selection container is a standard div block element. The selection therefore could be significantly wider than the select itself. Insert an option to allow setting a width

enhancement

When there are a lot of selected options in a multiple selection sol, the display container gets really large. To limit the space used introduce an option like "maxInitialDisplayItems". If...

enhancement