This commit is contained in:
Kevin Ross 2016-01-24 14:08:59 -06:00
parent 9591cb1b62
commit f7684b08b9

View File

@ -84,7 +84,7 @@ const BootstrapMaterialDesign = (($) => {
},
text: {
// omit inputs we have specialized components to handle
selector: [`input[type!='checkbox'][type!='radio'][type!='file']`]
selector: [`input[type!='hidden'][type!='checkbox'][type!='radio'][type!='file']`]
},
textarea: {
selector: ['textarea']