Script to add search label on text box - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: Script to add search label on text box (/showthread.php?tid=619) |
Script to add search label on text box - Sruthi P - 12-23-2022 How to add serach label on text box? if you want to add search label on text box , then use below script on label component sdk.hideComponent( [ 'label174' ] ); $("#Target_filter_search").focus(); and in text box -> display content property <input id="Target_filter_search"/> |