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"/>
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"/>