1
0
Fork 0

Disable Spellcheck on header search inputs

This commit is contained in:
Joachim 2023-07-30 22:33:08 +02:00
parent 30f025dbcd
commit 6a81f91902
7 changed files with 7 additions and 7 deletions

View file

@ -38,7 +38,7 @@
{% else %}
{% trans "Search for a book" as search_placeholder %}
{% endif %}
<input aria-label="{{ search_placeholder }}" id="tour-search" class="input" type="text" name="q" placeholder="{{ search_placeholder }}" value="{{ query }}">
<input aria-label="{{ search_placeholder }}" id="tour-search" class="input" type="text" name="q" placeholder="{{ search_placeholder }}" value="{{ query }}" spellcheck="false">
</div>
<div class="control">
<button class="button" type="submit">