How do I hide the drawer when the user clicks on an item? Or when a button is clicked?
For version 1.0.6, you have to remove the before mentioned class from two elements:
$( '.mdl-layout__drawer, .mdl-layout__obfuscator' ).removeClass( 'is-visible' );