components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### 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...
### Description When I try to manually update input value from ts files for a DateRangePicker component, like adding slashes when users types a day or a month (or more...
can this just be .cdk-visually-hidden instead? _Originally posted by @mmalerba in https://github.com/angular/components/pull/20666#discussion_r497775913_ Ideally, anything that is not visible on the screen should not be announced to screen readers. But .cdk-visually-hidden...
### Feature Description Before v18.2, `TreeControl ` was used to control the whole tree and it exposes the `getDescendants ` publicly. After v18.2, the `getDescendants` was migrated to `CdkTree` ([source](https://github.com/angular/components/blob/1abb484aa72177a748eecdf9b850cc1c07d1a42b/src/cdk/tree/tree.ts#L889-L890))...
### Description I am launching a dialog that has a MatDialogConfig property of hasBackdrop = false. Doing so seems to still attach a aria-hidden="true" property to DOM elements that 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...
…portMargin The overlay directive now accepts two additional (optional parameters) [viewportMarginX] and [viewportMarginY]. You can use these to pass separate margin values for the viewport.
Add labelId input to the Angular Material `list` component to avoid missing form label error Fixes https://github.com/angular/material.angular.io/issues/1221
### Documentation Feedback There is *some* documentation on MatRecycleRows: - In the api section we find the following description of MatRecycleRows: "Enables the recycle view repeater strategy" - In the...