mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4219 - Password: add "@change" event
This commit is contained in:
parent
5782793740
commit
880c9ce6c3
3 changed files with 22 additions and 1 deletions
5
components/lib/password/Password.d.ts
vendored
5
components/lib/password/Password.d.ts
vendored
|
@ -290,6 +290,11 @@ export interface PasswordEmits {
|
|||
* @param {string} value - New value.
|
||||
*/
|
||||
'update:modelValue'(value: string): void;
|
||||
/**
|
||||
* Callback to invoke on value change.
|
||||
* @param {Event} event - Browser event.
|
||||
*/
|
||||
change(event: Event): void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue