Skip to content

Commit e3b26ae

Browse files
authored
Merge pull request #2627 from Akshat55/number-value-bind
fix: Set value for attribute directly using attribute binding
2 parents c8547e3 + 9fa069d commit e3b26ae

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)