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

Allow incoming date values to be ISO formatted dates that can be parsed automagically by JS.

In Ember in a normal `{{input}}` I can do something like ``` {{input focus-in="MyAction"}} ``` Could you add this (the equivalent of the onfocus dom event) to this addon please?...

I tried to use the maxViewMode property, but there only seems to be an observer on the minViewMode. Is there a way to use the maxViewMode?

Just a heads up: I tried to run `ember install ember-cli-bootstrap-datepicker` with ember-cli 1.13.1 and it kept failing. I had to setup my GitHub ssh keys in order to fix...

`Uncaught TypeError: Cannot read property 'datepicker' of undefined` is caused when you handle the observed properties (_language, startDate, endDate_) except of _value_ on Ember 1.13.2. Ember triggers the _didChangeLanguage(), _updateStartDate()...

Hi. I want to just let some dates availables to select. How can I use that function beforeShowDay? I used to do something like that years ago :laughing: ``` beforeShowDay...

DEPRECATION: Ember.keys is deprecated in favor of Object.keys [deprecation id: ember-metal.ember.keys]

This may be an issue in my environment but it is worth to mention. I have a form with a clear button that wipes the model. The application works correctly...

Im trying to include this addon in my addon but I'm getting issues regarding the index.js file. I was able to resolve it by using the method noted here: [rwjblue/ember-cli-pretender@dda9bf8](https://github.com/rwjblue/ember-cli-pretender/commit/dda9bf88597e5f127cfbe0cf863f2b03c4e24246)...

I don't think setting `language="**"` in the template for every datepicker is a good thing. Can we overwrite the language setting on App level or in a controller. Maybe use...