mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-06 12:11:13 +00:00
Fixed 'step' attribute in search input fields
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
(field.isReadOnly() && !create) ? 'disable' : ''}|"
|
||||
|
||||
th:required="${!field.isNullable() && !field.isPrimaryKey()}"
|
||||
step="any"
|
||||
th:step="${field.getStep()}"
|
||||
></input>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user