mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
solves #838
This commit is contained in:
parent
9591cb1b62
commit
f7684b08b9
2
js/src/bootstrapMaterialDesign.js
vendored
2
js/src/bootstrapMaterialDesign.js
vendored
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue
Block a user