gd-bs 6.6.64 → 6.6.65
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.
|
@@ -372,6 +372,7 @@ var FormControl = /** @class */ (function () {
|
|
|
372
372
|
colSize: this._props.colSize,
|
|
373
373
|
hideLabel: true,
|
|
374
374
|
isDisabled: this._props.isDisabled,
|
|
375
|
+
isInline: this._props.isInline,
|
|
375
376
|
isReadonly: this._props.isReadonly,
|
|
376
377
|
items: this._props.items,
|
|
377
378
|
multi: true,
|
|
@@ -408,6 +409,7 @@ var FormControl = /** @class */ (function () {
|
|
|
408
409
|
colSize: this._props.colSize,
|
|
409
410
|
hideLabel: true,
|
|
410
411
|
isDisabled: this._props.isDisabled,
|
|
412
|
+
isInline: this._props.isInline,
|
|
411
413
|
isReadonly: this._props.isReadonly,
|
|
412
414
|
items: this._props.items,
|
|
413
415
|
onChange: this._props.onChange,
|
|
@@ -462,6 +464,7 @@ var FormControl = /** @class */ (function () {
|
|
|
462
464
|
colSize: this._props.colSize,
|
|
463
465
|
hideLabel: true,
|
|
464
466
|
isDisabled: this._props.isDisabled,
|
|
467
|
+
isInline: this._props.isInline,
|
|
465
468
|
isReadonly: this._props.isReadonly,
|
|
466
469
|
items: this._props.items,
|
|
467
470
|
onChange: this._props.onChange,
|