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

How do we disable searchable option list. Tried few things like setting attribute / property but nothing seems to work

Hello @pbauerochse I'm banging my head over how to detect (de-)select-all event It does not seem to appear in any od the docs this.$deselectAll event would be nice Any thoughts?

Hi, Is there any option who I can select in checkbox or radio button and get the data filtered directly when selecting? Without a submit button? Dynamich Updating ? Best...

Hi, I have huge list of data in container, I need to send pass param like limit & page in ajax get datas when user scroll the container list.How to...

I don’t want to populate all list. I just search the input value through Ajax and display back the result in option. I won’t see any function to get the...

Issue: Unexpected results with search Problem: select option item tooltip string is included in the search, but tooltip is undefined. Line 541 (sol.js v 2.0.2): ` elementSearchableTerms = (item.label +...

I am trying to fetch the selected options in my route using req.body.selectBoxName, I get the selected options but as a single value and not as an array, I tried...

SOL - Searchable Option List jQuery plugin* Version 2.0.2* https://pbauerochse.github.io/searchable-option-list Copyright 2015, Patrick Bauerochse** Licensed under the MIT license:* So this was working and recently the sol.js file has broken...

SOL is working really well. I would suggest SOL provide "Select" method for programmers to select options/items programmatically and SOL automatically updates the UI, the "quickDelete" buttons specifically.