angular2-mdl-ext icon indicating copy to clipboard operation
angular2-mdl-ext copied to clipboard

Additional components for @angular-mdl/core that are not part of material design lite (npm: @angular-mdl/*)

Results 37 angular2-mdl-ext issues
Sort by recently updated
recently updated
newest added

i needed that the select field stay marked as obrigatory when the user still not have any value added, i did the changes and added an exemple on a demo...

The user should be able get "expandedIndex" on change like we have in mdl-tab ``` ```

Enhancement

![image](https://user-images.githubusercontent.com/5865946/50573370-28952880-0e05-11e9-942c-773ad0e9f559.png) ![image](https://user-images.githubusercontent.com/5865946/50573383-6bef9700-0e05-11e9-8cef-2c0582afda82.png) I have an error of detectChanges in renderValue function, to solve this problem just check view is destroyed before call detectChanges function.

## The dependency [systemjs](https://github.com/systemjs/systemjs) was updated from `0.21.5` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## Version **3.2.0** of **jasmine-core** was just published. Dependency jasmine-core Current Version 2.8.0 Type devDependency The version **3.2.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

BUILD ERROR Directive MdlSelectComponent, Property 'onKeyDown' is private and only accessible within class 'MdlSelectComponent'. Directive MdlSelectComponent, Property 'onKeyUp' is private and only accessible within class 'MdlSelectComponent'.

added a light weight virtual table component that has really smooth scrolling its based on https://github.com/rintoj/angular2-virtual-scroll

Hi All, I needed a select all feature in popovers as an option if I select that all the options select and unselect. Also the filter will retain as is...

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper

Hello Everyone, Is there a way to have a select inside a popover? Inputs work, but for a select, when we select it by hand it simply closes the popover,...