Skip to content
New issue

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

Dropdown DOM Error #5557

Closed
MobinSamani opened this issue Jul 4, 2020 · 4 comments · Fixed by #5723
Closed

Dropdown DOM Error #5557

MobinSamani opened this issue Jul 4, 2020 · 4 comments · Fixed by #5723

Comments

@MobinSamani
Copy link

Hello :)
In new version of BootstrapVue (v.2.15.0), When i use dropdown, i get DOM Error.

Screenshot from 2020-07-04 12-48-00

Versions

  • BootstrapVue: 2.15.0

  • Bootstrap: 4.5.0

  • Vue.js: 2.6.11

@Hiws
Copy link
Member

Hiws commented Jul 4, 2020

Could you share your code or a reproduction of the issue?

@MobinSamani
Copy link
Author

@Hiws
Yeah sure. its just a simple dropdown like the BootstrapVue document first example:
Screenshot from 2020-07-04 14-19-39

@MobinSamani
Copy link
Author

MobinSamani commented Jul 22, 2020

@Hiws
Do you want to change the status of this issue report?
The issue still exists

@nachogarcia
Copy link

I had this issue using the prop

:text="var1 || var2"

As a workaround I just replaced it with

<template v-slot:button-content>
 {{ var1 || var2 }}
</template>

@MobinSamani MobinSamani reopened this Aug 1, 2020
jacobmllr95 added a commit that referenced this issue Sep 4, 2020
…ren` (closes #5453, #5557) (#5723)

* fix(ssr): avoid tree mismetaches by either using `domProps` or `children`

* Update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants