zregvart commented on a change in pull request #255: SearchBox inside Menu in Mobile Version URL: https://github.com/apache/camel-website/pull/255#discussion_r399212274
########## File path: antora-ui-camel/src/partials/header-content.hbs ########## @@ -15,6 +15,10 @@ {{/each}} </div> </div> + <div class="navbar-search results-hidden"> + <input id="search_mobile" class="search" placeholder="Search" autocomplete="off"> + <div id="search_results_mobile"></div> + </div> Review comment: I think problem with this is that it's rendered multiple times (notice the `#each @items` on line 8. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services