components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 1047 components issues
Sort by recently updated
recently updated
newest added

Fixes not being allowed to return a `ReadonlyArray` from a `getChildren` function. Also pulls the definition for the `getChildren` function into a separate type so we don't have to maintain...

action: merge
presubmit failures
target: major
action: cleanup

Currently we reset the active option whenever the list of items changes, however this means that the user's selection could be lost while they're interacting, if some items get added...

action: merge
target: patch
action: cleanup

I tried fixing the scrolling issue on mobile devices with my previous PR (#16228), but it did not work on iOS. There was also a bug with scrolling after the...

action: cleanup

Currently when overlays are opened with the `disposeOnNavigation` option set to `true` they only close automatically when the user uses the browser history back / forward functions. However, when the...

action: cleanup

Fixes #16043. Please don't forget to update these changes on [Stackblitz](https://stackblitz.com/angular/lvxvakpoaeq?file=app%2Ftree-loadmore-example.ts) after merging. - fix(loadmore-tree-demo): use classes and matTreeNodePadding for padding - fix(loadmore-tree-demo): multiple loadmore buttons - fix(loadmore-tree-demo): batchNumber was...

action: cleanup

The `mixinInitialized` is only used in a couple of places and it takes more boilerplate code to consume than to recreate its functionality. It also basically recreates the implementation of...

P3
action: merge
target: patch

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

#### Bug, feature request, or proposal: Feature request #### What is the expected behavior? Clicking on a text field should launch a simple edit dialog with an `md-input`. Hitting Enter...

feature
P4
area: material/table

### Feature Description For mat-option, add API to configure the position of pseudo-checkbox. Suggesting having it be either 'before' or 'after'. This aligns with other components like MDC List. Currently,...

feature
P4
good first issue
area: material/core

### Documentation Feedback I can't find specific documentation around Test harness API's for specific components... on the main test harness documentation page there is an example for a select component:...

docs
needs triage