mseemann/angular2-mdl-ext

Angular 4 Select is always in open mode

Closed this issue · 2 comments

I'm using latest angular 4 with mdl select and I used the code given in the demo . And it is behaving like this

image

did you include the scss for select?

Importing did the trick

I'm not using scss, but using css.
Anyhow I imported the css using

@import '../node_modules/@angular-mdl/select/select.css';
@import '../node_modules/@angular-mdl/popover/popover.css';

You can add this as part of demo site as well