This topic is locked
[SOLVED]

 search box

12/14/2018 7:52:53 AM
PHPRunner General questions
A
ayctech author

selecting a client with the link to select does not erase what is written in the search box. when doing a new search it is recorded with the previous search

admin 12/18/2018

I think some people may want it to work this way, displaying the previous search initially. We'll see what needs to be done here.

A
ayctech author 12/26/2018

Any way how you could clean the box in a new search?

admin 12/26/2018

You can add the following to Lookup table -> List page -> Jsvascript OnLoad event:

$("input[id^=ctlSearchFor]").val("");