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

Not trigger in modal #20

Closed
de-don opened this issue May 25, 2018 · 11 comments
Closed

Not trigger in modal #20

de-don opened this issue May 25, 2018 · 11 comments

Comments

@de-don
Copy link

de-don commented May 25, 2018

I have two datepicker, one in the modal window, and one outside it. Trigger-element-id are different.
When I show modal, datepicker not trigger on my input :(

I use bootstrap-vue, and component bModal

@Slooti
Copy link

Slooti commented May 26, 2018

I'm having a similar issue. I have a datepicker in a component. When I call the component directly, all works fine. When I nest the component in another component though, the picker window does not appear.

@MikaelEdebro
Copy link
Owner

Could you create a Codepen or something where you recreate this?

@Slooti
Copy link

Slooti commented May 28, 2018

I've not worked with codepen yet, sorry, and I am moving these days - sorry for being sloppy:
Basically:
Detail.vue


<script> import Datepicker from '....' </script>

Master.vue


<script> import Detail from '....'> component: {Detail} <script> If you call Detail directly, all is super fine and neat. If you call Master with Detail as a child component, the calendar does not appear. Let me know if that helps, if not, I'll create a working example later.

@MikaelEdebro
Copy link
Owner

Closing issue because no reproduction is supplied.

@danwenzel
Copy link

Hi @MikaelEdebro . I am having the same issue. The datepicker does not open inside of a vue-bootstrap modal.

Here is a codepen that demonstrates the issue: https://codepen.io/danwenzel/pen/mQEKGP

@danwenzel
Copy link

@MikaelEdebro - Any help on this?

@MikaelEdebro
Copy link
Owner

Please update to latest version. I did some fixes that should hopefully solve this.

@MikaelEdebro MikaelEdebro reopened this Dec 3, 2018
@MikaelEdebro
Copy link
Owner

I tried updating you codepen to v 2.4.0 and it seems to be working. 🙂

@danwenzel
Copy link

Works perfectly. Thank you!

@VIRGO96
Copy link

VIRGO96 commented Feb 28, 2020

2.4.0

It has started to appear again in 2.7.1 v if you could look in to it

@VIRGO96
Copy link

VIRGO96 commented Feb 28, 2020

Works perfectly. Thank you!

its not working in vuetify dialogs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants