Add console log to toggleDropdown method in FormattedDropdown component for debugging
This commit is contained in:
@@ -68,6 +68,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
toggleDropdown() {
|
toggleDropdown() {
|
||||||
|
console.log("toggleDropdown", 'clicked');
|
||||||
if (this.disabled) return;
|
if (this.disabled) return;
|
||||||
this.isOpen = !this.isOpen;
|
this.isOpen = !this.isOpen;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user