From 8dc29de6586de8286b3a4abd7dd105872284717c Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Fri, 29 Jan 2016 11:42:19 -0600 Subject: [PATCH] #854 omit file component until we have time to iron out implementation with new BSv4 markup --- js/src/bootstrapMaterialDesign.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/bootstrapMaterialDesign.js b/js/src/bootstrapMaterialDesign.js index 59c50f4e..74f2f9de 100644 --- a/js/src/bootstrapMaterialDesign.js +++ b/js/src/bootstrapMaterialDesign.js @@ -92,7 +92,7 @@ const BootstrapMaterialDesign = (($) => { 'checkboxInline', 'collapseInline', 'drawer', - 'file', + //'file', 'radio', 'radioInline', 'switch',