mchapman87501 / fnf_intake_forms

0 stars 0 forks source link

In emailed documents, leave "unknown" dates blank #22

Closed mchapman87501 closed 1 year ago

mchapman87501 commented 1 year ago

Blank/empty values are preferable to placeholders like '01-01-00'.

mchapman87501 commented 1 year ago

Happily, in both Google Chrome and Mozilla Firefox, a date input field whose value is (JavaScript's) undefined is presented with a placeholder, e.g., mm/dd/yyyy. I think this solves the problem of communicating unspecified dates to the user.

Apple's Safari shows undefined with today's date, grayed out.

mchapman87501 commented 1 year ago

I think both the UI and back-end aspects of this issue are resolved. Will re-open as needed.