Fixed 'step' attribute value for integer fields; Fixed handling of NumberFormatException

This commit is contained in:
Francesco
2023-10-27 12:03:44 +02:00
parent 9b316a3ad1
commit c205e4948c
3 changed files with 18 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
(field.isReadOnly() && !create) ? 'disable' : ''}|"
th:required="${!field.isNullable() && !field.isPrimaryKey()}"
step="any"
th:step="${field.getStep()}"
></input>
</div>
</th:block>