Viewing 1 replies (of 1 total)
  • Thread Starter alessandroweb

    (@alessandroweb)

    Resolved by myself:

    in the taxonomy-picker-library.php

    change these lines (there are two of them):
    $result .= "<input name='s' value='' type='text' style='width:90%;'></li>"; // Search text box

    into these:
    $result .= "<input name='s' value='".esc_html ( stripslashes( $_GET['s'] ) )."' type='text' style='width:90%;'></li>"; // Search text box

Viewing 1 replies (of 1 total)
  • The topic ‘"Remember the user query?" doesn't work properly with the input type="text"’ is closed to new replies.