components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 966 components issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Bug: Angular Material is not placing md-dialog-actions at the bottom #### What is the expected behavior? Should be at the bottom #### What is the current behavior? Currently, it...

P3
area: material/dialog

#### Bug, feature request, or proposal: Bug #### What is the expected behavior? Typing a partial search term, using arrow keys to highlight option on autocomplete list, and pressing Enter...

P4
area: material/autocomplete
area: material/chips

#### Feature Description like many modules already use it, it would be nice if you could initialize the Google Map with the method `forRoot()` in `app.module.ts` with given parameters. ####...

feature
P4
area: google-maps

### 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...

needs triage

Add an input option `matTooltipPositionAtOrigin` to display the tooltip relative to the mouse or touch event that triggered it. Fixes #8759

merge ready
target: major

#### Bug, feature request, or proposal: Bug? #### What is the expected behavior? Checkboxes with long labels won't word wrap (as it did in earlier versions). (see bottom part of...

feature
P3
area: material/checkbox

### What are you trying to do? Hi all! ### tl;dr; Is `:label-shown` preudo-class used in form-field component necessary / valid? (e.g. https://github.com/angular/components/blob/master/src/material/form-field/_form-field-fill-theme.scss#L100) ### Problem background I'm trying to use...

P3
has pr
area: material/form-field

### Documentation Feedback https://github.com/angular/components/blame/main/src/cdk-experimental/popover-edit/lens-directives.ts#L51 includes the following in the docs > A two-way binding for storing unsubmitted form state. If not provided > then form state will be discarded on...

docs
P4

### 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...

needs triage

#### What is the expected behavior? If a data-list that binded to ``, is updated (items are added/ removed from this list), the `` updated as well. #### What is...

P3
area: cdk/scrolling