gd-bs 5.8.6 → 5.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -238,9 +238,6 @@ var _InputGroup = /** @class */ (function (_super) {
238
238
  break;
239
239
  // File
240
240
  case InputGroupTypes.File:
241
- this.el.classList.add("form-file");
242
- input.classList.remove("form-control");
243
- input.classList.add("form-file-input");
244
241
  input.type = "file";
245
242
  break;
246
243
  // Password