Search... Placeholder Label
Search... Placeholder Label
Change the “Search…” label placeholder for the query input field.
SX Type | Field | Field Type | Description |
---|---|---|---|
sx_autocomplete |
q_placeholder |
string |
Enter any string to change the placeholder value. For example “Buscar…”. |
sx_results |
q_placeholder |
string |
Enter any string to change the placeholder value. For example “Buscar…”. |
~CE
<script>
window.sx_autocomplete = {
options: {
q_placeholder: 'Quick Search...'
}
}
window.sx_results = {
options: {
q_placeholder: 'Deep Search...'
}
}
</script>