multiselect
multiselect copied to clipboard
Adding placeholder text?
Is there a way to show placeholder text? (Some custom grey text, visible if nothing is selected and nothing has been typed in yet)
I'm looking for a way to do this too ... in the multiselect.min.js file in line 31 it shows the text of when you select all the items, maybe we should do something like that ...
you can use this code
$('.multiselect-input').attr('placeholder', 'Please Select');