update steps

This commit is contained in:
Matt Hill
2023-05-15 15:13:28 -06:00
parent ad203acf21
commit 9c87b350d7
5 changed files with 7 additions and 14 deletions

View File

@@ -141,7 +141,7 @@ export class List<Type, Store, Vault> {
integer: boolean
min?: number | null
max?: number | null
step?: string | null
step?: number | null
units?: string | null
placeholder?: string | null
},
@@ -187,7 +187,7 @@ export class List<Type, Store, Vault> {
integer: boolean
min?: number | null
max?: number | null
step?: string | null
step?: number | null
units?: string | null
placeholder?: string | null
}