default times doesn't work
baremaximum opened this issue · 2 comments
baremaximum commented
trying` to set the default time (e.g. by writing month="08") doesn't work at all. It simply makes the date blank. See your plunker demo for an example.
allenhwkim commented
default-value
will work for a specific date and time.
e.g. default-value="2017-12-31"
baremaximum commented
Thank you for the quick reply.