@ni/nimble-angular 20.7.2 → 20.7.4
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.
- package/esm2020/directives/combobox/nimble-combobox-control-value-accessor.directive.mjs +2 -4
- package/fesm2015/ni-nimble-angular.mjs +1 -3
- package/fesm2015/ni-nimble-angular.mjs.map +1 -1
- package/fesm2020/ni-nimble-angular.mjs +1 -3
- package/fesm2020/ni-nimble-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2019,9 +2019,7 @@ class NimbleComboboxControlValueAccessorDirective {
|
|
|
2019
2019
|
else {
|
|
2020
2020
|
this._displayTextToOptionsMap.set(option.text, [option]);
|
|
2021
2021
|
}
|
|
2022
|
-
|
|
2023
|
-
this.updateDisplayValue();
|
|
2024
|
-
}
|
|
2022
|
+
this.updateDisplayValue();
|
|
2025
2023
|
}
|
|
2026
2024
|
/**
|
|
2027
2025
|
* @internal
|