Home / Materialize CSS Datepicker Auto-Close (FIXED)
Hi there!
For future reference, in case that you guys encountered this bug on Materialize CSS datepicker wherein the autoclose doesn't work; here is a short code fix (I assumed that you are using this release # 1.0.0-rc.2)
onSelect : function() { $( '.confirmation-btns .datepicker-done' ).click();}
// This code come in handy (although a bit hacky)