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