Skip to content

Commit

Permalink
fix: primefaces#5433 InputNumberBlurEvent not type formattedValue
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiangyang committed Apr 19, 2024
1 parent f3c71bc commit eb12287
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/lib/inputnumber/InputNumber.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ export interface InputNumberBlurEvent {
* Input value
*/
value: string;
/**
* currentValue
*/
formattedValue: string;
}

/**
Expand Down

0 comments on commit eb12287

Please sign in to comment.