Emit raw field value instead of masked value
This commit is contained in:
parent
86391e4ab5
commit
88ede0c696
@ -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
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user