components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### Feature Description If possible please do not create `div.mat-mdc-form-field-subscript-wrapper` in mat-form-field if "hint" is not set (null or undefined). ### Use Case Right now it breaks the alignment, as...
### Documentation Feedback As highlighted in https://github.com/angular/components/pull/18800, the page size dropdown looks wrong if a default formfield style is set globally. Based on this page, the recommendation is to avoid...
Range Slider
#### Bug, feature request, or proposal: Feature request #### What is the expected behavior? [Range Slider](https://jqueryui.com/slider/#range) #### What is the current behavior? We manipulate a single value. #### What are...
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...
I know that if we want the option's control value (what is saved in the form) to be different than the option's display value (what is displayed in the text...
### Feature Description Currently it is possible to use matInput with type="time" but unfortunately it is only available in 12-hour format (AM/PM). Most people then resort to ngx-material-timepicker but it...
#### Reproduction With Stackblitz I can't reproduce it as dev tools is not working there. https://ibb.co/XXjZw1r Steps to reproduce: 1. Go to official Material page (https://material.angular.io/components/table/overview#sorting) 2. Press F12 3....