angular-material-components icon indicating copy to clipboard operation
angular-material-components copied to clipboard

Angular Material Library provide extra components for every project

Results 177 angular-material-components issues
Sort by recently updated
recently updated
newest added

No `daySelected`, I have check on https://github.com/h2qutc/angular-material-components/blob/f147c1c9645167fb170bbca4aa9d91f757c2bb5a/projects/datetime-picker/src/lib/datetime-picker.component.ts It just has `monthSelected` & `yearSelectd`

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This issue is happening only in chromium based browsers and there is an open issue here https://support.google.com/chrome/thread/29828561/chrome-80-shows-timestamp-24-xx-instead-of-00-00?hl=en For now, I have updated DEFAULT_DATE_INPUT based on this thread to fix this...

Hi there, while I'm setting [min]="minDate" and it is after today/now, it won't change the default set date to minDate after date-time picker display. ![image](https://user-images.githubusercontent.com/12514322/114320819-15ab4b80-9b18-11eb-8cb5-85621a871901.png) like in the default mat-datepicker:...

Hi! I'm searching the setting to set globally max and min date to datetime and datepicker component in my app. By the moment i cant found some that helps me...

I use a custom format and it works well. But what if I need to use other formats (for example a format which displays seconds and another one which does...

To reproduce, go to https://h2qutc.github.io/angular-material-components Select Time Picker Change Enable Meridian to True Type in 12 for the hour it changes to 00 when you tab out or lose focus

After changing the default datetime picker format from **mm/dd/yyy** to **yyyy-mm-dd** , the value retuned if not selected from he calender is always null , which causes **matDatetimePickerParse** to be...

When users want to specify a date (and time), they need to select the parameters and click the Approve button. Now it is easy to miss this button and just...