rubyforgood/mutual-aid

Add dateTIMEepicker to simple_form initializer

Open

#171 opened on May 11, 2020

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Ruby (60 forks)auto 404
Good First Issue

Repository metrics

Stars
 (55 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now selecting dates is NOT a good experience for users bc we have standard date/datetime dropdowns.

We have simple_form and a simple_form_bulma initializer, so need to make the datetime custom inputs work there to be available throughout the app.

Contributor guide