Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Copying search results. Results disappear when clicked anywhere on page › Reply To: Copying search results. Results disappear when clicked anywhere on page
July 29, 2021 at 8:23 am
#34085
Keymaster
For the text selection, try maybe this custom CSS:
.asp_content * {
user-select: all !important;
}
It should force the correct selection behaviour on all contents within the search bar.
For the results, the auto-populate feature should do the trick. It lets you display a number of results on the initial page load.