Added an autofocus field to most forms

This commit is contained in:
Stefan Zermatten
2020-06-05 22:39:21 +02:00
parent dd4596851e
commit 986fe8fd93
22 changed files with 29 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
</div>
<div class="layout row wrap">
<text-field
ref="focusFirst"
label="Name"
:value="model.name"
:error-messages="errors.name"