jquery-editable-select
jquery-editable-select copied to clipboard
Placeholder
Since this is implemented with a normal text input field, there's no reason not to support the placeholder attribute. We could set data-placeholder on the original select tag. This is needed for my use case. I'll see if I can work up a PR.