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
Location:
The search input field can be added to the header.
Specs:
The default text for search input should be at least 16px
The input type should be search to ensure that it receives the proper iOS keyboard
The <input> tag should be nested within a <form> tag to ensure that it receives the proper iOS keyboard
Ideally the search function will surface all frontmatter and fulltext of all the profiles, but if that is not possible, frontmatter only would be acceptable
The type of search (live search or query submission) will determine whether it needs a dedicated /search/ page or not.
Add a search function to the site.
Location:
The search input field can be added to the header.
Specs:
<input>
tag should be nested within a<form>
tag to ensure that it receives the proper iOS keyboardThe type of search (live search or query submission) will determine whether it needs a dedicated
/search/
page or not.References:
The text was updated successfully, but these errors were encountered: