Closed
Description
For the Dropdown there is no event emitted when the 'togglerTag' button is pressed. There is no way to attach a method to the togglerTag button in a parent component.
I think a simple change to the hide()
method to check if it is a split toggle button and then emit on hide. Something like this:
hide () {
this.visible = false
if (this.splittedToggler) {
this.$emit('update:splitButtonPress', val)
}
},
Metadata
Metadata
Assignees
Labels
No labels