Fix search bar getting stuck in disabled state-
When page is reloaded with the search open
This commit is contained in:
@ -61,7 +61,7 @@ Long, single-line code blocks should not wrap. They should horizontally scroll i
|
||||
| :----------- | :---------------- | :--------------- |
|
||||
| Fluttershy | Best pone | Shy and adorable |
|
||||
| Apple Jack | Good pone | Honest and nice |
|
||||
| Pinke Pie | Fun pone | Party Horn! |
|
||||
| Pinkie Pie | Fun pone | Party horn! |
|
||||
| Twilight | Decent pone | Neeerd |
|
||||
| Rainbow Dash | Annoying pone | Looks badass |
|
||||
| Rarity | Fancy pone | Sometimes nice |
|
||||
|
@ -62,7 +62,7 @@
|
||||
<label for="search-bar" class="hidden">
|
||||
{{- macros_translate::translate(key="search", default="Search", language_strings=language_strings) -}}
|
||||
</label>
|
||||
<input id="search-bar" placeholder="{{ macros_translate::translate(key='search_for', default='Search for', language_strings=language_strings) }}…" disabled type="search">
|
||||
<input id="search-bar" placeholder="{{ macros_translate::translate(key='search_for', default='Search for', language_strings=language_strings) }}…" autocomplete="off" type="search" disabled>
|
||||
<div id="search-results"></div>
|
||||
</div>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user