latest sdk, fix build

This commit is contained in:
Matt Hill
2023-05-16 08:20:00 -06:00
committed by Aiden McClelland
parent 010be05920
commit 25f2c057b7
4 changed files with 7 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
[decimal]="spec.integer ? 'never' : 'not-zero'"
[min]="spec.min ?? -Infinity"
[max]="spec.max ?? Infinity"
[step]="spec.step ?? Infinity"
[step]="spec.step || 0"
[(ngModel)]="value"
(focusedChange)="onFocus($event)"
>

View File

@@ -1108,7 +1108,7 @@ export module Mock {
},
min: 1,
max: 9998,
step: '1',
step: 1,
integer: true,
}),
'favorite-slogan': Value.text({