debois / elm-mdl

Elm-port of the Material Design Lite CSS/JS library
Apache License 2.0
965 stars 133 forks source link

Use message dispatching on all components #338

Closed aforemny closed 4 years ago

aforemny commented 7 years ago

Dispatching multiple msgs in response to a single event is already being used (only) in the Textfield component. I think it should be used on all components.

aforemny commented 4 years ago

Stale