mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
Merge pull request #979 from FezVrasta/material-input
removed useless `material-input` element
This commit is contained in:
commit
29c0b07d03
|
@ -155,9 +155,6 @@
|
||||||
$formGroup.addClass("is-empty");
|
$formGroup.addClass("is-empty");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add at the end of the form-group
|
|
||||||
$formGroup.append("<span class='material-input'></span>");
|
|
||||||
|
|
||||||
// Support for file input
|
// Support for file input
|
||||||
if ($formGroup.find("input[type=file]").length > 0) {
|
if ($formGroup.find("input[type=file]").length > 0) {
|
||||||
$formGroup.addClass("is-fileinput");
|
$formGroup.addClass("is-fileinput");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user