Skip to content

Commit

Permalink
Merge pull request #14878 from primefaces/issue-14831
Browse files Browse the repository at this point in the history
Fixed #14831 - InputNumber | InputNumberInputEvent value type appears…
  • Loading branch information
cetincakiroglu committed Feb 28, 2024
2 parents 32bc93e + 73ed19e commit 1300df1
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: string;
value: number;
/**
* Selected option value.
*/
Expand Down

0 comments on commit 1300df1

Please sign in to comment.