angular-material-components icon indicating copy to clipboard operation
angular-material-components copied to clipboard

Fix: DefaultTime input is ignored and not working

Open sweting opened this issue 1 year ago • 0 comments

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

sweting avatar Jul 11 '24 07:07 sweting