Merge pull request #332 from dod-ccpo/fix-toggler
Prevent toggler from submitting form
This commit is contained in:
@@ -25,6 +25,7 @@ export default {
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
toggle: function (e) {
|
toggle: function (e) {
|
||||||
|
e.preventDefault()
|
||||||
this.isVisible = !this.isVisible
|
this.isVisible = !this.isVisible
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user