angular_components
angular_components copied to clipboard
The official Material Design components for AngularDart. Used at Google in production apps.
It's possible to for a popup controlled with tooltipSource to get stuck open, if the mouse is quickly moved off of the popup source and onto the popup as the...
``` Dart VM version: 2.0.0-dev.51.0 (Mon Apr 30 09:50:35 2018 +0200) on "windows_x64" angular: ^5.0.0-alpha+11 angular_components: ^0.9.0-alpha+11 ``` Using `materialTooltip` in a `table` `td` adds a new empty column on...
I believe there is a display issue with material-tree when using nested options, or perhaps I'm doing something wrong. The class used for the nested options extends SelectionOptions and implements...
See https://pub.dartlang.org/documentation/angular_components/0.8.0/ Now that we're smart about tree shaking, we should expose only a few things outside of src?
I am trying to use blur event on material-auto-suggest-input and noticed that blur event always returns null instead of FocusEvent. Looking at the source code of material-auto-suggest-input the focus event...
I could not find any way to make a material-input field readonly. Am I wrong?
Tooltips do not display on mobile when using material-icon. Tapping the icon does nothing, as opposed it does with other tooltips types.
Per the internal bug, this component probably shouldn't have been open sourced, as there are known limitations. It isn't to material spec, and it doesn't work on mobile. See also:...
Hi guys. The following code ``` one two three four ``` or something like this, behaves strangely. If you try to drag the element 'three', for example, the whole block...