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