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

How to use 'input-daterange' feature in this addon? Ember version is 2.18

See official bootstrap datepicker example/docs : https://uxsolutions.github.io/bootstrap-datepicker/ https://bootstrap-datepicker.readthedocs.io/en/latest/markup.html#date-range

Fixes #99 PS: I haven't tested this, so please make sure to test this with an app before merging cc: @soulim

Hi @soulim , I think this could be probably connected with #18 but I'm using `0.5.3` and the problem persists. I'm actually using this: ``` {{bootstrap-datepicker value=model.started_at placeholder="Data di avvio"...

Hello, When the date is inserted manually, e.g. typing 10.10.2010, after hitting tab (to go to next field), changeDate does not called.

Changed `remove` to `destroy`.

Hello, We are in the process of removing `bower` from our ember app since bower is well, going out the door. Since we are using ember-cli-bootstrap-datepicker we tryed using the...

Seems the arrow is pointing in the wrong direction. This happens whether orientation is set to `auto` or to something explicitly: ![datepicker](https://cloud.githubusercontent.com/assets/24052/15359402/6edeeb9a-1d09-11e6-8449-b509e0b338a7.png) Html output: ![html](https://cloud.githubusercontent.com/assets/24052/15359486/e17a9b0e-1d09-11e6-99bf-f6ba5c6ad387.png) Now, if I manually edit...

Hello, i get this error when boostrap-datepicker is rendered in template. I think its a bug in datepicker addon. `bootstrap-datepicker.js:2006 DEPRECATED: Method `remove` is deprecated and will be removed in...

The current `ember-cli-fastboot` releases (1.0.0-rc.1 and above) introduce breaking changes. These will most likely break your current FastBoot implementation. See https://github.com/ember-fastboot/ember-cli-fastboot/issues/387 for more information and a guide on how to...