Fixed 'step' attribute in search input fields

This commit is contained in:
Francesco 2023-10-27 12:15:45 +02:00
parent ad95f2434c
commit 0f4cc6e8be

View File

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