Christopher Baker

Results 2 comments of Christopher Baker

Would like to see this fixed or at least a workaround. Users entering "12" into my date field should not count as "valid" input and then they end up with...

For anyone else, ended up removing this behaviour like so: ``` import { LuxonDateAdapter } from '@angular/material-luxon-adapter'; import { DateTime } from 'luxon'; export class CustomLuxonAdapterModule extends LuxonDateAdapter { private...