You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This <input> has both name="search" and name="searchbar". I'm not sure how browsers handle this but it's confusing at best, and seems unintentional. It would be better to have just one (not sure which is the right one).
<inputtype="search"name="search"id="searchbar"name="searchbar"placeholder="Search this book ..."aria-controls="searchresults-outer"aria-describedby="searchresults-header">