We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
When applying the trigger ['hover'] on a b-dropdown component the active-change event is never emitted.
when the dropdown changes visibility, i expect the active-change event to be emitted with its isActive value.
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
The text was updated successfully, but these errors were encountered:
fc62b04
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: