Skip to content

Commit 986e7a1

Browse files
Merge branch 'master' into checkbox-ariaLabel
2 parents b3f99ca + e3b26ae commit 986e7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/number-input/number.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class NumberChange {
5959
<input
6060
type="number"
6161
[id]="id"
62-
[value]="value"
62+
[attr.value]="value"
6363
[attr.min]="min"
6464
[attr.max]="max"
6565
[attr.step]="step"

0 commit comments

Comments
 (0)