Autofocus the choose template search box

So you can just start typing as soon as you land on this page. Should
mean one less click, so fast for repeat use.
This commit is contained in:
Chris Hill-Scott
2017-03-17 16:08:40 +00:00
parent f3c7a167df
commit 04a5833d30

View File

@@ -47,11 +47,13 @@
{% endif %}
</div>
<div class="live-search" data-module="live-search" data-targets="#template-list .column-whole">
{{ textbox(
search_form.search,
width='1-1'
) }}
<div data-module="autofocus">
<div class="live-search" data-module="live-search" data-targets="#template-list .column-whole">
{{ textbox(
search_form.search,
width='1-1'
) }}
</div>
</div>
<nav class="grid-row" id=template-list>