gd-bs 6.6.76 → 6.6.77
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.
|
@@ -676,11 +676,6 @@ var FormControl = /** @class */ (function () {
|
|
|
676
676
|
// Get the element and value
|
|
677
677
|
var elControl = (this._cb || this._ddl || this._lb || this._tb) ? (this._cb || this._ddl || this._lb || this._tb).el : this._el;
|
|
678
678
|
var value = this.getValue();
|
|
679
|
-
// See if this is a checkbox
|
|
680
|
-
if (this._cb) {
|
|
681
|
-
// Update the value to the selected items
|
|
682
|
-
value = value.selectedItems;
|
|
683
|
-
}
|
|
684
679
|
// See if this control is required
|
|
685
680
|
if (this._props.required) {
|
|
686
681
|
// See if a value doesn't exists
|