fastselect icon indicating copy to clipboard operation
fastselect copied to clipboard

How to locally change placeholder?

Open ghodsizadeh opened this issue 6 years ago • 2 comments

I have two fastselect on my page and I want to set different placeholders, Is there any way to change it locally? I mean something different from changing placeholder using jquery: $('#specialId .fstQueryInputExpanded').attr('placeholder','sss');

ghodsizadeh avatar May 30 '18 07:05 ghodsizadeh

i have a similar problem. no answer here

zdiodic avatar May 30 '18 08:05 zdiodic

 $('element_id').fastselect({
      placeholder: 'your custom placeholder here..'
  });

vohrahul avatar Jun 02 '18 19:06 vohrahul