jquery-editable-select
jquery-editable-select copied to clipboard
A simple jQuery Plugin that converts a select into an text field with suggestions.
Select the Batch 2015 2016 2017 2018 2019 2020 2021 When time of submission the form return like 2015,2016... I want to post only options value like 1,2,3,....
Hello, how to display ' not found" text when thres no matching text thankjs
There was no option to set text. I extended EditableSelect with 'setText' method like this as a workaround. It would be nice, if method was added to editableSelect. ``` EditableSelect.prototype.setText...
Hi. When I filter an editable-select and select no item, but a previous item was selected, I 'd like to clear the value (on blur, hide or any where else)....
Hi all, Sorry for the long interruption, I definitely have no time to maintain this project anymore. Anyway as I see some of you still use this project and would...
i find sometimes i can't get the value of the option that have choosed( i use this way : $("ul").find("li[class$=selected]")[0].value).After i choosed the option, the li tag that i choosed...
Hi, i am searching for a version, that will work with jqery mobile. Are there any plans? Or does anyone know of a version or a similar project that works...
Hey, just thought I'd let everyone know that using `document.onload` or even `document.onreadystatechange` with the `complete` state didn't work, I had to use `window.onload` for jquery-editable-select to function properly! The...
$('#container').on('select.editable-select', '.editable-select', function (e, li) { // occur twice }