bootstrap-datepicker icon indicating copy to clipboard operation
bootstrap-datepicker copied to clipboard

A datepicker for twitter bootstrap (@twbs)

Results 161 bootstrap-datepicker issues
Sort by recently updated
recently updated
newest added

### Expected behaviour Tell us what should happen. dates on array disabled ### Actual behaviour Tell us what happens instead. datss on array not disabled ### Datepicker version used ex....

### Expected behaviour Width shouldn't exceed the screen width. ### Actual behaviour When opened the width exceeds the screen width especially when using a mobile browser. This behavior appears when...

Hello. How can i reset/update daterange? I'm reseting my form with `form.reset()` and i want my selected date range to reset too. `$.datepicker('updateDates')`, `$.datepicker('updateRanges')`, `$.datepicker('update', '')` and `$.datepicker('clearDates')` give no...

Hi, I found some weird behaviour when using Datepicker inside a Bootstrap v3 Modal. I have something like this ``` $("#my-modal").on("show.bs.modal", function() { // reset my values }); $("#my-datepicker").datepicker(); ```...

release-2.0.0

### Expected behaviour It should not select a disabled date(disabled using the `beforeShowDay` option https://bootstrap-datepicker.readthedocs.io/en/stable/options.html#beforeshowday) even when we navigate and select using keyboard. ### Actual behaviour Even when a date...

### Expected behaviour After clearing a date, calendar must go to the month of configured start date ### Actual behaviour After clearing a date, calendar goes back to current month...

The composer dependency robloach/component-installer is deprecated. Moves it to suggested dependencies. Fixes #2358. | Q | A | --------------- | --- | Bug fix? | no | New feature? |...

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

I can not get daysofweekhighlighted to work using bootstrap 4. All other options I use are working. The result is no highlighting. Here is the example code:- $('#form_date2').datepicker({ "todayBtn": 1,...

This pull request changes the default calendar week numbering to the US system (first calendar week is the week containing Jan 1st = the week containing the first Saturday of...