searchable-option-list
searchable-option-list copied to clipboard
a jquery plugin for a searchable optionlist
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...
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...
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,...
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)...
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...
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.
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...
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...
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
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...