@ni/nimble-angular 20.7.0 → 20.7.1
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 +4 -2
- package/fesm2015/ni-nimble-angular.mjs +3 -1
- package/fesm2015/ni-nimble-angular.mjs.map +1 -1
- package/fesm2020/ni-nimble-angular.mjs +3 -1
- package/fesm2020/ni-nimble-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2019,7 +2019,9 @@ class NimbleComboboxControlValueAccessorDirective {
|
|
|
2019
2019
|
else {
|
|
2020
2020
|
this._displayTextToOptionsMap.set(option.text, [option]);
|
|
2021
2021
|
}
|
|
2022
|
-
this.
|
|
2022
|
+
if (modelValue === this._modelValue) {
|
|
2023
|
+
this.updateDisplayValue();
|
|
2024
|
+
}
|
|
2023
2025
|
}
|
|
2024
2026
|
/**
|
|
2025
2027
|
* @internal
|