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

Datepicker component for Ember CLI

Results 50 ember-cli-bootstrap-datepicker issues
Sort by recently updated
recently updated
newest added

Current release doesn't allow to use this addon inside other addons as `app.bowerDirectory` is being hardcoded in `index.js`. We should switch to solution proposed by author of `ember-run-raf` initially. It...

How can i pass an ember object to specify `toDisplay` function? http://bootstrap-datepicker.readthedocs.io/en/latest/options.html?highlight=format#format

I want to add error class to `bs-datetimepicker`. I can't bind it, because we have no class or style property, and when I'm trying to set class for div, inside...

I have an attribute as `date_started: DS.attr('date'),` In my template, I have this: `{{bootstrap-datepicker value=model.date_started class="form-control" todayBtn='linked' required=true}}` So far so good, the datepicker opens, I select for example 31/12/2016...

When I try to use two datepickers on one page, only the first one works. Below is my code: `` `` `{{bootstrap-datepicker id="1" value=startDate}}` `` `to` `` `{{bootstrap-datepicker id="2" value=endDate}}`...

I just found out that it is not working on the online demo as well.

Please consider adding support for the `bootstrap-datepicker` component's `assumeNearbyYear` option[1]. [1] http://bootstrap-datepicker.readthedocs.io/en/v1.6.4/options.html#assumenearbyyear

Hi, When a user views a calendar is there a way for them to see pre selected dates. Dates that cant be changed and that are in a separate colour...

Support for ember 2.x is critical. Therefore travis should fail for latest release. Please merge #83 before which fixes tests against release and beta.