We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the documentation website:
This happens with the following multidate picker after unsetting all the selected dates by clicking them one after the other:
<div class="container"> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <div class="input-group date" id="datetimepicker14" data-target-input="nearest"> <input type="text" class="form-control datetimepicker-input" data-target="#datetimepicker14"/> <div class="input-group-append" data-target="#datetimepicker14" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i></div> </div> </div> </div> </div> <script type="text/javascript"> $(function () { $('#datetimepicker14').datetimepicker({ allowMultidate: true, multidateSeparator: ',' }); }); </script> </div> </div>
The text was updated successfully, but these errors were encountered:
Fix for issue tempusdominus#325 (tempusdominus#325)
858eb16
I have created the PR. Please, merge it into master. Thank you.
master
Sorry, something went wrong.
Fix for issue tempusdominus#325 - respecting ESLint one-var rule
19fc2af
No branches or pull requests
On the documentation website:
This happens with the following multidate picker after unsetting all the selected dates by clicking them one after the other:
The text was updated successfully, but these errors were encountered: