Emit raw field value instead of masked value

This commit is contained in:
Patrick Smith 2018-08-10 11:20:35 -04:00
parent 86391e4ab5
commit 88ede0c696

View File

@ -90,7 +90,7 @@ export default {
// Emit a change event
this.$root.$emit('field-change', {
value,
value: this._rawValue(value),
valid,
name: this.name
})