You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system and version: Ubuntu 18.04.2 LTS
Browser and version: Chrome Version 73.0.3683.86 (Official Build) (64-bit)
Version of BootstrapVue that you are using: 2.0.0-rc.15
Example: https://jsfiddle.net/vzotdshw/1/
When listening for the bv::collapse::state event, looks like it's being fired off 4 times (see console). This I believe is a bug as I would expect it to trigger only once.
The text was updated successfully, but these errors were encountered:
This was put in place because of #1798 (and PR #2102)
The state root event is emitted whenever the collapse is updated (in the updated hook) to ensure the collapse class persists on the toggle button due to component updating.
the bv::collapse::state event was really meant to be an internal only event for updating the state of the toggle button(s), but unfortunately made it's way into the documentation.
We might be able to find a better way of persisting the collapsed class in the v-b-toggle directive.
Operating system and version: Ubuntu 18.04.2 LTS
Browser and version: Chrome Version 73.0.3683.86 (Official Build) (64-bit)
Version of BootstrapVue that you are using: 2.0.0-rc.15
Example: https://jsfiddle.net/vzotdshw/1/
When listening for the bv::collapse::state event, looks like it's being fired off 4 times (see console). This I believe is a bug as I would expect it to trigger only once.
The text was updated successfully, but these errors were encountered: