IliaIdakiev/angular-material-timepicker

Id collision

Closed this issue · 2 comments

Hello, the MatTimepickerDirective auto genereated 'unique' id may collide with MatInput. It should be renamed to `mat-timepicker-${MatTimepickerDirective.nextId++}` https://github.com/IliaIdakiev/angular-material-timepicker/blob/master/projects/mat-timepicker/src/lib/timepicker.directive.ts#L127

@Totati you are right, thanks for noting this. I will fix it right away.