How can I personalities with "search" input text element?

How can I personalities with "search" input text element?

chivachiva Posts: 1Questions: 1Answers: 0

For example, I can add some hint into "search" input text or I want to add some icon before or after the "search" input text?

Answers

  • jLinuxjLinux Posts: 981Questions: 73Answers: 75

    Either use the dom to customize the search input container, or use jQuery to customize the container div

  • allanallan Posts: 63,356Questions: 1Answers: 10,444 Site admin

    Two options:

    1. Use language.searchPlaceholder option to insert a placeholder inside the input element
    2. Use language.search to customise the search string as a whole including using HTML for icons etc).

    Allan

This discussion has been closed.