Forums

Full Version: Script to add search label on text box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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"/>