Skip to content

Releases: wratte/ngx-material-timepicker

Bugfix #423

12 Feb 17:38
Compare
Choose a tag to compare

The default numbering system "latn" used to parse the time in locale string returns a Narrow No-Break Space (NNBSP) instead of standard space which cause the parse to fail. The proposed fix replace the NNBSP for a standard space.