-
Hi,
I used test helpers for ember-pikaday in my tests using Phantom.js and it throws: `TypeError: undefined is not an object (evaluating 'event.changedTouches.length')`. I think it's caused by that […
-
Hi,
Please check the following [jsfiddle demo](http://jsfiddle.net/rbtbar/m6uyLxm9/):
just click on the month/year selector and the calendar is immediately closed.
![month-year-selection-bug](https…
-
I try to use pickaday-input over the model object but it doesn't change property of model object. I can change the value only by using action.
`{{pikaday-input value=model.startDate format='DD.MM.YY…
-
When dealing with addons like `ember-pikaday` or `ember-wormhole`, it can be useful to allow for locating an element outside the root element of the test.
My proposal would be to allow a second par…
-
When the date `1.1.56` is entered, and the yearRange is `1900,currentYear`, it should not guess `2056` but `1956`,
-
When an original owner no longer has time to maintain the addon, there is a place where the addon can be "put up for adoption." Melanie Sumner has created [adopted-ember-addons](https://github.com/ad…
-
Hi, ember-source@2.12.0 shows this warning:
> DEPRECATION: [DEPRECATED] Ember will stop passing arguments to component lifecycle hooks. Please change `#didUpdateAttrs` to stop taking arguments. [de…
-
Currently the newest (master) version of [Pikaday](https://github.com/dbushell/Pikaday) is supporting custom classes for the datepicker but its not provided for this component.
You also dont have the …
-
Hi, I dont't know if this is the right place to ask, if it is not, please tell me.
The question is: how can I change the locale?
Edit:
I changed this line:
//file = /node_modules/ember-pikaday/index.…
-
On Ember 3.1 (and probably 3) when trying to set a date I received
```
DEPRECATION: Scheduling into the 'sync' run loop queue is deprecated. [deprecation id: ember-metal.run.sync]
```
There's a …