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