Hello,
Does anyone know how to change default placeholder text in combo boxes (HTML Client)? By default it says "Search", but I need to change it to different text.
I've tried the following in postRender, but it doesn't seem to do anything. Surprisingly, the same code works fine with normal text box, which suggests problems with combo box only.
$('input', element).attr('placeholder', 'Text goes here');
Any suggestions would be greatly appreciated.
Thank you very much in advance,
Kind regards,
Tom