How do I hide the drawer when the user clicks on an item? Or when a button is clicked?
add this code to a custom button 'click' event (tested on version 1.3.0)
$(".mdl-layout__drawer, .mdl-layout__obfuscator").toggleClass("is-visible");