I'm using: Angular 4.0 and for material: https://github.com/mseemann/angular2-mdl
extension: http://mseemann.io/angular2-mdl-ext/select
The issue is using the Select Component, it always stay open. Doesn't look like it's the proper behaviour.
Looks like this:
Here's the Demo App:
package:
"@angular-mdl/core": "^4.0.3",
"@angular-mdl/popover": "^0.6.3",
"@angular-mdl/select": "^0.10.4",
https://plnkr.co/edit/ENjMu4?p=preview
am i doing something wrong or missing something?