mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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
|
* Input value
|
||||||
*/
|
*/
|
||||||
value: string;
|
value: string;
|
||||||
/**
|
|
||||||
* currentValue
|
|
||||||
*/
|
|
||||||
formattedValue: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue