mike-north/ember-cli-materialize

[v1] md-input oninput action

Open

#413 geöffnet am 28. Juli 2016

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (117 Forks)batch import
enhancementhelp wantedv1

Repository-Metriken

Stars
 (305 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide