Skip to content

Commit

Permalink
Merge pull request #5617 from xxx123123/master
Browse files Browse the repository at this point in the history
fix: #5433 add formattedValue type
  • Loading branch information
tugcekucukoglu committed Apr 19, 2024
2 parents b4a6eb1 + eb12287 commit 1a2d33a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/inputnumber/InputNumber.d.ts
Expand Up @@ -71,6 +71,10 @@ export interface InputNumberInputEvent {
* New value
*/
value: string | number | undefined;
/**
* currentValue
*/
formattedValue: string;
}

/**
Expand Down

0 comments on commit 1a2d33a

Please sign in to comment.