Skip to content

Commit 9fa069d

Browse files
committed
fix: Set value for attribute directly using attribute binding
Signed-off-by: Akshat Patel <[email protected]>
1 parent c8547e3 commit 9fa069d

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)