Skip to content

Commit

Permalink
Merge pull request #15077 from primefaces/issue-15076
Browse files Browse the repository at this point in the history
Fixed #15076 - Update inputNumber event value type
  • Loading branch information
cetincakiroglu authored Mar 19, 2024
2 parents d851f38 + b214598 commit 82ea1c3
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 82ea1c3

Please sign in to comment.