Merge branch 'master' into deps/bump-buffetjs

This commit is contained in:
cyril lopez 2020-08-28 16:09:16 +02:00 committed by GitHub
commit eb62242bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ function Inputs({
let step;
if (type === 'float' || type === 'decimal') {
step = 0.1;
step = 0.01;
} else if (type === 'time' || type === 'datetime') {
step = 30;
} else {