Skip to content

Commit 075b069

Browse files
authored
fix: backport number emit fix from v5 (#2750)
Signed-off-by: Akshat Patel <[email protected]>
1 parent 15236c4 commit 075b069

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-
[attr.value]="value"
62+
[value]="value"
6363
[attr.min]="min"
6464
[attr.max]="max"
6565
[attr.step]="step"

0 commit comments

Comments
 (0)