appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Reevaluate the date picker implementation #402

Open Windvis opened 1 year ago

Windvis commented 1 year ago

Do we still need a custom date picker library for this. Maybe the native one is good enough for our use cases now? (ignoring range pickers etc, which would probably be a different component anyways).

The duet date picker library we use hasn't been updated since the end of 2021 so it feels pretty unmaintained.

Windvis commented 10 months ago

Issues I noticed with the native one:

aliokan commented 5 months ago

@Windvis Any plan to move forward on this topic?

Windvis commented 5 months ago

Not really. The current date picker project seems dead, but the native one doesn't seem ideal either, from what I can read in my previous comment. Not sure what to do with this, other than researching other date picker libraries maybe. But it's not a blocker for a project that I work on, so I haven't looked into it.

Is there anything specific you want to see?