mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 02:04:10 +02:00
11 lines
259 B
HTML
11 lines
259 B
HTML
|
|
<div class="td-search td-search--offline">
|
||
|
|
<div class="td-search__icon"></div>
|
||
|
|
<input
|
||
|
|
type="search"
|
||
|
|
class="td-search__input form-control"
|
||
|
|
placeholder="{{ T "ui_search" }}"
|
||
|
|
aria-label="{{ T "ui_search" }}"
|
||
|
|
autocomplete="off"
|
||
|
|
>
|
||
|
|
</div>
|