Emit raw field value instead of masked value
This commit is contained in:
@@ -90,7 +90,7 @@ export default {
|
||||
|
||||
// Emit a change event
|
||||
this.$root.$emit('field-change', {
|
||||
value,
|
||||
value: this._rawValue(value),
|
||||
valid,
|
||||
name: this.name
|
||||
})
|
||||
|
Reference in New Issue
Block a user