MikeMitterer / dart-material-design-lite

Material Design Lite Components, Directives + SPA with HTML, CSS + Dart
http://www.material-design-lite.pub/
Other
228 stars 26 forks source link

Mistake in basic usage of Accordion #22

Open banalg opened 9 years ago

banalg commented 9 years ago

Remove mdl-js-ripple-effect in div mdl-accordion-group for the example "Only one section is open"

If the class mdl-js-ripple-effect is set in the div mdl-accordion-group, then the first element of the accordion is rippling on each click, regardless of the element we click.

The code of the exemple is good, but the basic explanation has the mistake.