krescruz / angular-materialize

Angularjs directives for Materialize CSS Framework https://github.com/Dogfalo/materialize
MIT License
396 stars 129 forks source link

mutliple select bug fixed #198

Closed wesleyvandevoorde closed 8 years ago

wesleyvandevoorde commented 8 years ago

When you have multiple select dropdowns and go from a focussed dropdown directly to another one, the old dropdown remains active. Only when clicking outside the dropdowns closes them. Fixed by closing all dropdowns each time a dropdown is selected.