angular_components icon indicating copy to clipboard operation
angular_components copied to clipboard

The official Material Design components for AngularDart. Used at Google in production apps.

Results 101 angular_components issues
Sort by recently updated
recently updated
newest added

If a MaterialExpansionPanel is opened and then closed and the user resize the browser, the panel will not resize smaller than the size it was closed. It will update this...

Many users have Google translate enabled by default. As soon as they visit a page that uses angular dart components, the page is translated. Once the translation is done many...

Just like material .js

Type: enhancement
Widget Request

Apologies if this is off-base, I'm new to this, but I have 'outline' and 'fill' text input appearances in a design and am looking for a the best way to...

Widget Request

Tested on Firefox 67.0.1 with the current gallery https://dart-lang.github.io/angular_components/#/material_dialog, on the auto dissmiss example. ### How to reproduce ? - On Firefox - Open the auto dissmissable dialog - change...

Type: bug

[Material guidelines](https://material.io/guidelines/components/tabs.html#tabs-usage) shows tab-strips that have glyphs instead of labels: ![](https://storage.googleapis.com/material-design/publish/material_v_11/assets/0B6Okdz75tqQsQ1Y4YXpwTkZ2MFU/components_tabs_usage_mobile8.png) or glyphs and labels: ![](https://storage.googleapis.com/material-design/publish/material_v_11/assets/0B6Okdz75tqQsS2pLN2MwWmUyRW8/components_tabs_usage_specs8.png) Is it possible to add glyph input for the component?

Type: enhancement
P3 low
S3 low

Currently - the only way to redefine a placeholder messages for datepickers is through Intl usage, but it doesn't gives you a way to set custom messages for different datepickers....

Type: enhancement

MaterialCalendarPickerComponent opens to minDate by default, instead of scrolling to today As a work-around one can reference the component with ViewChild, and scroll in OnInit() @ViewChild(MaterialCalendarPickerComponent) MaterialCalendarPickerComponent calendarPickerComponent; ngOnInit() async...

Both disabled and non-disabled components behave in the same way and it is hard to distinguish between the both. When a component is disabled it should not check and display...

The current behaviour results in "winter time" time zone also during the summer (as the epoch is 1st January) and this breaks the conversion between UTC and local time (toUtc()...