components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was 18...
### 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...
### Describe the problem that you experienced Up until V17 (excl.) the Datepicker Docs showed clear distinctions between the primary and accent colors, which made the example at the "Date...
### Feature Description The MatMenu API component provide `hasBackdrop` option to be set to `false` to disable backdrop which I think is irrelevant because the menu is not being closed...
Currently the only way to stop a drag sequence is via a `mouseup`/`touchend` event or by destroying the instance, however if the page loses focus while dragging the events won't...
Fixes the bug in the documentation - Angular Material 'sidenav' component. Updated the file 'sidenav-responsive-example' to use the CDK instead of using media queries Fixes #29266
Fixes the table's data not re-rendering when a new `sortingDataAccessor` is assigned to the data source. Fixes #15888.
Currently we mark the autocomplete control as touched on `blur`. The problem is that the `blur` event happens a split second before the panel is closed which can cause the...
This is a resubmit of https://github.com/angular/components/pull/23768. Fixes that our fake fallback focus events weren't dispatching `focusin` and `focusout` events as well. Fixes #23757. Caretaking Note: spent a couple of hours...