Merge pull request #513 from Safelite/feature/richardson/SSR-750.4

smh
This commit is contained in:
brich1212safe 2023-11-30 11:03:30 -05:00 committed by GitHub
commit e930f961b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,6 +267,11 @@ export default {
this.$options.components[this.buttonTypeString] = this.buttonTypeObject;
}
},
beforeUnmount() {
this.resetField({
value: ''
});
},
methods: {
formatString(str) {
return String(str).replaceAll(' ', '-');