components
components copied to clipboard
Component infrastructure and Material Design components for Angular
#### Bug, feature request, or proposal: If you are using the `zoom` CSS property to scale down UI elements the positioning of the CDK Overlay are calculated incorrectly. #### What...
#### What is the expected behavior? I expect progress bar and spinner animations to still work even when the `NoopAnimationsModule` is imported. #### What is the current behavior? Animations are...
Currently we're setting `aria-hidden` on all elements outside of a dialog in order to prevent assistive technology from interacting with it. These changes switch to using the `inert` attribute when...
#### What is the expected behavior? Use of trackBy should also ensure that the expansion state does not get lost when nodes are updated. #### What is the current behavior?...
#### Bug, feature request, or proposal: ``` Next Previous (cancelled) ``` In the stepper control the (selectionChange) event cannot be used together with [selectedIndex], because changing the [selectedIndex] also triggers...
  ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which...
#### Reproduction Hi guys. I use ionic 4 and integrated angular material into my projects. Everything work perfectly but when I want to create the custom select component with search...
#### Bug, feature request, or proposal: vertical-stepper should scroll to the beginning of the selected step when changing step #### What are the steps to reproduce? https://stackblitz.com/edit/angular-material2-issue-rerdhn #### Which versions...