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
{{ message }}
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: