Commit 5eb67091 authored by Christian Oliff's avatar Christian Oliff Committed by Mark Otto
Browse files

Update Search input to type="search" (#21617)

This is semantically correct and works just as well.
parent 44684a60
Showing with 1 addition and 1 deletion
+1 -1
<form class="bd-search hidden-sm-down">
<input type="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off">
<input type="search" class="form-control" id="search-input" placeholder="Search..." autocomplete="off">
<div class="dropdown-menu bd-search-results" id="search-results"></div>
</form>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment