IliaIdakiev / angular-material-timepicker

Angular Material Timepicker Input for Template and Reactive forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant set field to empty using setValue(null)

chitgoks opened this issue · comments

Hi, what am i Missing?

If calling formcontrol.setValue() and giving a date object as value, it works. but i cant set it to empty e.g. setValue(null) or setValue('')