Clear feedback message after sending

that way user can open dialog again, and things not be weird
This commit is contained in:
Lance Edgar 2019-07-05 19:54:57 -05:00
parent b8274d92db
commit 069ccab0ae

View file

@ -5,6 +5,7 @@ let FeedbackForm = {
methods: { methods: {
showFeedback() { showFeedback() {
this.message = ''
this.showDialog = true this.showDialog = true
this.$nextTick(function() { this.$nextTick(function() {
this.$refs.textarea.focus() this.$refs.textarea.focus()