Topic on Skin talk:Pivot

Search suggestions dropdown box for mobiles / small screens

3
Amousey (talkcontribs)

Any code for this would be appreciated. The suggestions dropdown on medium / larger screens is set for the search in the middle of the top bar, but not for the simpleSearch on the left off canvas menu, which is the only search available for small screens.

Kghbln (talkcontribs)

It will be great if you could create an issue report on GitHub

Amousey (talkcontribs)

Solution: set autocomplete to on in Pivot.skin.php in the nav-bar section <ul class="side-nav"> only.

This still need redoing after each upgrade of Pivot.



<input type="search" name="search" placeholder="<?php echo wfMessage( 'search' )->text() ?>" title="Search [alt-shift-f]" accesskey="f" id="searchInput" autocomplete="on">
Reply to "Search suggestions dropdown box for mobiles / small screens"