mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-29 03:43:09 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user