feat: allow submitting search with mouse

This commit is contained in:
thansk 2024-05-19 11:46:55 +00:00 committed by GitHub
parent eda7444ca4
commit 9cd2e93a2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View file

@ -6,4 +6,5 @@
title="<%= translate(locale, "search") %>"
value="<%= env.get?("search").try {|x| HTML.escape(x.as(String)) } %>">
</fieldset>
<button type="submit" id="searchbutton">Search</button>
</form>