mike-north/ember-cli-materialize

[v1] md-input oninput action

Open

#413 aberto em 28 de jul. de 2016

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (117 forks)batch import
enhancementhelp wantedv1

Métricas do repositório

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

Description

Need to be able to receive oninput action.

Something like

{{md-input on-input=(action (mut myValue))}}

This should be easy to implement in the md-input template. Just needs a handler in the md-input component and a test.

Guia do colaborador