IliaIdakiev / angular-material-timepicker

Angular Material Timepicker Input for Template and Reactive forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mat-form-field-required-marker not showing when matTimepicker is used

angelaki opened this issue · comments

When using matTimepicker the required markes isn't shown for some reason:

image

It works with the required attribute but won't work with a required form field.

@angelaki do you mean whenever you have the required validator inside a reactive form?

Yes, correct. I was just about to create you a minimal repro, but the current versions seams to have an issue: https://stackblitz.com/edit/angular-ivy-dj5fhq?file=package.json,src%2Fapp%2Fapp.module.ts

@angelaki no worries, I will try to take a look this weekend, cheers

Been some weekends lately 😉 Don't let this nice lib down!

@angelaki sorry but I'm quite busy, fixed in the new release. Btw the library is open source so PRs are very welcome ;)