ca-components 1.9.8 → 1.9.9
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.
|
@@ -35599,7 +35599,7 @@ class CaInputDropdownTestComponent {
|
|
|
35599
35599
|
canOpenModal: true,
|
|
35600
35600
|
});
|
|
35601
35601
|
}
|
|
35602
|
-
else {
|
|
35602
|
+
else if (selectedItem[this.label]) {
|
|
35603
35603
|
this.setDropdownValue({ option: selectedItem });
|
|
35604
35604
|
}
|
|
35605
35605
|
}
|