gd-bs 6.6.87 → 6.6.88

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.
@@ -98,7 +98,7 @@ var _InputGroup = /** @class */ (function (_super) {
98
98
  if (this.props.prependedDropdown) {
99
99
  // Add the dropdown
100
100
  this._ddlPrepended = (0, dropdown_1.Dropdown)(this.props.prependedDropdown);
101
- this.el.appendChild(this._ddlPrepended.el);
101
+ this.el.insertBefore(this._ddlPrepended.el, elInput);
102
102
  }
103
103
  // Default the appended buttons
104
104
  var appendedButtons = this.props.appendedButtons || [];