mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +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
|
@ -129,6 +129,7 @@ export default {
|
|||
},
|
||||
onInput(event) {
|
||||
this.$emit('update:modelValue', event.target.value);
|
||||
this.$emit('change', event);
|
||||
},
|
||||
onFocus(event) {
|
||||
this.focused = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue