Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Multiple date-pickers not working #90

Open
jfuqua390 opened this issue Nov 14, 2016 · 0 comments
Open

Multiple date-pickers not working #90

jfuqua390 opened this issue Nov 14, 2016 · 0 comments

Comments

@jfuqua390
Copy link

When I try to use two datepickers on one page, only the first one works. Below is my code:

<div class="col-md-2 pull-right date-picker">
<div class="datepicker">
{{bootstrap-datepicker id="1" value=startDate}}
</div>
<span class="input-group-addon">to</span>
<div class="datepicker">
{{bootstrap-datepicker id="2" value=endDate}}
</div>
</div>

Only the first datepicker is functioning properly, and the second one just acts as a text input. I also included a .gif as it appears on my site.

multiple date picker issue

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

No branches or pull requests

1 participant