Topic: Previous searches no longer showing on the main site

Posted under General

Previously, when clicking on the search bar anywhere on the site, a list of previous searches you've done would come up as a drop down list. This seems to be gone everywhere except on the mascot page where it still works. Is there a way to bring this back site wide? I didn't see an option in the settings that did it so is there CSS that makes it work?

this happens because the boxes used to be input elements and are now textarea elements, which don't prompt a search history dropdown.

dba_afish said:
this happens because the boxes used to be input elements and are now textarea elements, which don't prompt a search history dropdown.

Is there a CSS thing we can use to change it back?

kyiiel said:
Is there a CSS thing we can use to change it back?

unfortunately, no, CSS can pretty much only move stuff around and hide/show stuff that's already there. you'd probably be able to do it with JavaScript, but I've no idea how.