Fixed #4219 - Password: add "@change" event

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-02 12:27:43 +03:00
parent 5782793740
commit 880c9ce6c3
3 changed files with 22 additions and 1 deletions

View file

@ -129,6 +129,7 @@ export default {
},
onInput(event) {
this.$emit('update:modelValue', event.target.value);
this.$emit('change', event);
},
onFocus(event) {
this.focused = true;