lozjackson / ember-time-tools

Time and date tools for Ember applications.

Home Page:http://lozjackson.github.io/ember-time-tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input-date and Input-time components should allow empty values

lozjackson opened this issue · comments

If the value is currently empty the date/time gets set to today/now, The component should allow values to at least start off as empty.

Currently.. undefined values default to today/now, empty string or null values display as invalid date.