mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
Fixed 'step' attribute in search input fields
This commit is contained in:
parent
ad95f2434c
commit
0f4cc6e8be
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user