[26804] Set autofocus to save modal

https://community.openproject.com/wp/26804

[ci skip]
pull/6085/head
Oliver Günther 7 years ago
parent 22d3eda9e9
commit fb018bbc35
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      frontend/app/components/modals/save-modal/save-modal.service.html

@ -24,8 +24,9 @@
class="form--text-field"
type="text"
name="save_query_name"
autofocus
id="save-query-name"
ng-model="queryName" focus required />
ng-model="queryName" required />
</div>
</div>
</div>

Loading…
Cancel
Save