components
components copied to clipboard
Component infrastructure and Material Design components for Angular
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...
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...
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...
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...
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...
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...
### 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...
#### 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 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,...
### 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:...