nice autofocus

master
Josha von Gizycki 3 weeks ago
parent 8c525e4e73
commit cadd6e8721

@ -20,7 +20,7 @@
<input type="hidden" th:field="*{documentId}"> <input type="hidden" th:field="*{documentId}">
<label for="labelName">name</label> <label for="labelName">name</label>
<input id="labelName" type="text" th:field="*{labelName}" required> <input id="labelName" type="text" th:field="*{labelName}" required autofocus>
<label for="labelValue">wert</label> <label for="labelValue">wert</label>
<input id="labelValue" th:field="*{labelValue}" type="text" required> <input id="labelValue" th:field="*{labelValue}" type="text" required>

Loading…
Cancel
Save