angular-material-components
angular-material-components copied to clipboard
Fix: DefaultTime input is ignored and not working
bug description
In documentation describes an input defaultTime .
We tried using this and found out that its not working. The reason is that it is not implemented.
solution
Set default time in date via date adapter if initial date is not set. Otherwise the time from initial date will be used. So its working now as documented:
An array [hour, minute, second] for default time when the date is not yet defined
it would be great if it can be merged