mike-north/ember-cli-materialize

[Bug] Select doesn't tear its self down completely

Open

#86 aberto em 24 de abr. de 2015

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (117 forks)batch import
bugfixed in materialize-v1.0.0help wantedv0

Métricas do repositório

Stars
 (305 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

The following code in the {{md-select}} component registers some listeners when the Materialize javascript is called

this.$('select').material_select();

Anything registered by this code needs to be cleaned up in the component's willDestroyElement hook

Guia do colaborador