ajax-live-search icon indicating copy to clipboard operation
ajax-live-search copied to clipboard

Result is written to second search field

Open sebastianheyn opened this issue 7 years ago • 0 comments

Hi,

first of all thank you for this awesome project. Now I dont have to transfer the entire database to the browser everytime to make a search ;-)

<input type="text" class='mySearch' id="ls_query2" placeholder="Search Customer Database..."><br>
<input type="text" class='mySearch' id="ls_query" placeholder="Search Vehicle Database...">

It seems to work. But when clicking on a result in the first search field, the result is passed to the second search field.

sebastianheyn avatar May 05 '17 07:05 sebastianheyn