Angular material date-picker (MatDatepicker) auto completes the date on focus out
3
3
I am using angular material/mat-datepicker in my project and whenever the user enters one digit inside of it, and goes out of focus - the date picker is auto completing with a random date. Example Just enter 1 and go out of focus, or enter 5/5/20 The date picker is adding date automatically Update : Also I am using reactive forms and I'm validating the input with that approach Can I disable this ?
angular datepicker angular-material angular6 angular-material-datetimepicker
share | improve this question
edited Nov 20 '18 at 13:21
...