Version 2.21.0 seems to have broken the click event on <b-badge> #6219
Labels
Content-Length: 243747 | pFad | http://github.com/bootstrap-vue/bootstrap-vue/issues/6219
37Fetched URL: http://github.com/bootstrap-vue/bootstrap-vue/issues/6219
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
Since v2.21.0, adding a click event to a <b-badge> component no longer works.
Example:
If I click the badge, nothing gets written to the console.
If I downgrade to bootstrap-vue v2.20.1 then the same code would output "CLICKED!" as expected.
If I modify the badge to use @click.native, this also seems to fix it.
Environment:
Demo: https://jsfiddle.net/bg100/0qmsgyoL/5/
The text was updated successfully, but these errors were encountered: