We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e1ac2 commit 73fc6efCopy full SHA for 73fc6ef
js/bootstrap-datepicker.js
@@ -1545,6 +1545,10 @@
1545
p.setRange(range);
1546
});
1547
},
1548
+ clearDates: function(){
1549
+ this.pickers[0].clearDates();
1550
+ this.pickers[1].clearDates();
1551
+ },
1552
dateUpdated: function(e){
1553
// `this.updating` is a workaround for preventing infinite recursion
1554
// between `changeDate` triggering and `setUTCDate` calling. Until
0 commit comments