You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a form with added ngx-material-timepicker.
Also have a method in .component.ts, that parses invalid time input from keyboard. For example '12' will be edited to legal '12:00'.
It worked until version 5.3.0 inclusive. But in later versions the wrong keyboard time entry causes an error 'Cannot read property 'replace' of null'.