1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Allow spellcheck in search input

This commit is contained in:
Rohan Kumar 2022-07-11 15:22:52 -07:00
parent 8ef0519a5c
commit 46c6b02d36
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -10,7 +10,8 @@
<meta itemprop="urlTemplate" content="{{ $action }}?q={q}" />
</label>
<div><!--We need the extra divs to serve as pseudo-table-cells.-->
<input itemprop="query-input" id="search" type="search" required="" aria-required="true" autocomplete="on" name="q" />
<input itemprop="query-input" id="search" type="search" name="q"
required="" aria-required="true" spellcheck="true" autocomplete="on" />
<div><input type="submit" value="search" /></div>
</div>
</form>