-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support search bar in siteNav #973
Comments
I'm not sure, but can this issue be resolved by just hardcoding the search bar into the template Does this meet the requirement, or is there something else that this issue was targeting? |
We can provide an option to stick the navbar on the screen so that the search bar is always accessible, reference design is described in #980 |
Being able to add a search box to the siteNav is good enough me. I tried adding the one and here are the problems I encountered: Doesn't seem to work with Algolia search. <form class="navbar-form">
<searchbar placeholder="Search" algolia menu-align-left></searchbar>
</form> |
This should provide an alternative solution to MarkBind#973, without causing too much trouble.
I see. May be not a big issue if the TopNav can be reliably fixed to the stop as users can easily access the search bar through the TopNav. |
now possible with the new layouts system #1403, as overflow can be set just on the I've ensured this works with the user guide and |
v2.9.0
Current: the search bar is in the topNav
Problem: user needs to scroll to top before searching
Suggestion: provide a way to insert a search bar into the siteNav (which has a sticky behavior compared to topNav)
The text was updated successfully, but these errors were encountered: