h2qutc / angular-material-components

Angular Material Library provide extra components for every project
https://h2qutc.github.io/angular-material-components/
MIT License
325 stars 150 forks source link

DateTime Picker - enableMeridian broken #282

Open dbraphael opened 1 year ago

dbraphael commented 1 year ago

enableMeridian is not working properly in the Date/Time picker. 24 hour time displays in the field, but when open 12hr time is displayed beneath the calendar. enableMeridian is set to true for this to occur.

This can be seen on your site: https://h2qutc.github.io/angular-material-components/datetimepicker

Screen Shot 2022-07-20 at 3 52 29 PM

Screen Shot 2022-07-20 at 4 01 35 PM

funkevin2112 commented 1 year ago

I'm having this issue, too. Has anyone found a fix or workaround?