mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
fix: #5433 InputNumberBlurEvent not type formattedValue
This commit is contained in:
parent
f3c71bcfc1
commit
eb1228749a
1 changed files with 0 additions and 4 deletions
4
components/lib/inputnumber/InputNumber.d.ts
vendored
4
components/lib/inputnumber/InputNumber.d.ts
vendored
|
@ -90,10 +90,6 @@ export interface InputNumberBlurEvent {
|
|||
* Input value
|
||||
*/
|
||||
value: string;
|
||||
/**
|
||||
* currentValue
|
||||
*/
|
||||
formattedValue: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue