adopted-ember-addons / ember-pikaday

A datepicker component for Ember CLI projects.
MIT License
159 stars 169 forks source link

feat: add new `register` attr to access pikaday instance, moment instance replaceable #535

Closed betocantu93 closed 8 months ago

betocantu93 commented 2 years ago

In the previous versions one could access the pikaday instance to use more methods directly, like setRangeStart, so this PR adds an optional register callback.

Also, moment fn should be replaceable for any particular needs...

betocantu93 commented 9 months ago

Is this something wanted? I've been using it for a while, my fork...