This commit is contained in:
Francesco
2023-10-10 11:20:38 +02:00
parent 909e027441
commit 737fac7bab
2 changed files with 9 additions and 5 deletions

View File

@@ -60,11 +60,11 @@
></input>
</div>
</th:block>
<th:block th:fragment="datetime(field, create, name, value)"
<span class="input-group-text font-monospace">
[[ ${field.getType()} ]]
</span>
<th:block th:fragment="datetime(field, create, name, value)">
<div class="input-group">
<span class="input-group-text font-monospace">
[[ ${field.getType()} ]]
</span>
<input placeholder="NULL"
type="datetime-local"
th:value="${value}"