Multiple search boxes #5000
Unanswered
sbxchicago
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This should work in theory. The application will mount the search component for all elements that define the mkdocs-material/src/assets/javascripts/bundle.ts Lines 232 to 234 in 3dd6139 However, you might need to apply additional CSS to achieve exactly what you want. This is the only guidance I can give you, given that the only information I have is "But, the two boxes seem to trip over each other.". |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to include multiple search boxes?
Currently we're attempting to use the material nav at mobile sizes and a custom header for larger viewports. We're including search with:
{% include "partials/search.html" %}
But, the two boxes seem to trip over each other. Any help is greatly appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions