debtcollective / parent

1 stars 0 forks source link

Using a date picker plugin for date inputs #173

Closed orlando closed 6 years ago

orlando commented 6 years ago

Right now we are not using a plugin for date pickers. Date fields are not standard yet and their behaviour changes across browsers, not to mention that their usability is really bad.

image.png

Acceptance criteria

berleant commented 6 years ago

According to package.json we are already depending on a library called flatpickr, added by @marcondag. I'm not sure if we are actually using it anywhere though. Should we just use this one?

sarayourfriend commented 6 years ago

Yes! We used to use it for event creation and even had an implementation using Vue.js to wrap it.

On Fri, Jul 27, 2018 at 8:03 PM -0700, "Shoshana Berleant" notifications@github.com wrote:

According to package.json we are already depending on a library called flatpickr, added by @marcondag. I'm not sure if we are actually using it anywhere though. Should we just use this one?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.