• Resolved netschmiede24

    (@netschmiede24)


    Hi,

    how do I add a placeholder to the blank search field when adding a filter to my pods list? Right now this is just a blank field, next to the filters. It would be better to have a placeholder in there to indicate that you can enter your own search query here.

    Thanks,
    Astrid

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Paul Clark

    (@pdclark)

    Add the following JavaScript to the page, such as with a Block Editor HTML Block:

    <script>
    document.querySelector( 'input.pods-form-filters-search' ).placeholder = "Maybe Type Something...";
    </script>
    Thread Starter netschmiede24

    (@netschmiede24)

    That worked, thanks. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.