Skip to content

Commit

Permalink
Fixed #15076 - Update inputNumber event value type
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Mar 19, 2024
1 parent 3ca7390 commit b214598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/inputnumber/inputnumber.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface InputNumberInputEvent {
/**
* Input value.
*/
value: number;
value: number | string;
/**
* Selected option value.
*/
Expand Down

0 comments on commit b214598

Please sign in to comment.