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