Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<input id="main-search-input"
type="text"
aria-label="Search"
aria-describedby="main-search-instructions"
class="form-control st-default-search-input"
placeholder="Search"
role="combobox"
Expand All @@ -104,6 +105,7 @@
aria-expanded="false"
aria-controls="search-results">
</button>
<span id="main-search-instructions" class="sr-only">Search the OData site. Suggestions appear below as you type; use the up and down arrow keys to review suggestions and Enter to open the selected result.</span>
</div>
</form>
</div>
Expand Down