- Notifications
You must be signed in to change notification settings - Fork1.1k
Closed
Description
Overview of the problem
Buefy version: [^0.9.14]
Vuejs version: [ 2.6.x]
nuxt-buefy version: [^0.4.3],
OS/Browser: google chrome 97.0.4692.71 (Official Build) (64-bit)
Description
When applying the trigger ['hover'] on a b-dropdown component the active-change event is never emitted.
Steps to reproduce
- set the value of the triggers prop of a b-dropdown component to :triggers="['hover']"
- listen for the event @active-change
- it is never fired.
Expected behavior
when the dropdown changes visibility, i expect the active-change event to be emitted with its isActive value.
Actual behavior
The isActive value does not change when triggers=['hover'] and therefore the event 'active-change' is never emitted.
codepen to see its behaviour in console:
https://codepen.io/FrankLucass/pen/oNodJjR?editors=1011
Metadata
Metadata
Assignees
Labels
No labels