diff --git a/js/components/text_input.js b/js/components/text_input.js index 88334115..d45570ed 100644 --- a/js/components/text_input.js +++ b/js/components/text_input.js @@ -90,7 +90,7 @@ export default { // Emit a change event this.$root.$emit('field-change', { - value, + value: this._rawValue(value), valid, name: this.name })