mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Update Search input to type="search" (#21617)
This is semantically correct and works just as well.
This commit is contained in:
parent
44684a60e5
commit
5eb67091b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue