From 0f4cc6e8be4edfb7eb73fe1a87395d20ec198bf9 Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 27 Oct 2023 12:15:45 +0200 Subject: [PATCH] Fixed 'step' attribute in search input fields --- src/main/resources/templates/fragments/search_inputs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/fragments/search_inputs.html b/src/main/resources/templates/fragments/search_inputs.html index b623022..35bc06e 100644 --- a/src/main/resources/templates/fragments/search_inputs.html +++ b/src/main/resources/templates/fragments/search_inputs.html @@ -45,7 +45,7 @@ (field.isReadOnly() && !create) ? 'disable' : ''}|" th:required="${!field.isNullable() && !field.isPrimaryKey()}" - step="any" + th:step="${field.getStep()}" >