@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.
@@ -2019,9 +2019,7 @@ class NimbleComboboxControlValueAccessorDirective {
2019
2019
  else {
2020
2020
  this._displayTextToOptionsMap.set(option.text, [option]);
2021
2021
  }
2022
- if (modelValue === this._modelValue) {
2023
- this.updateDisplayValue();
2024
- }
2022
+ this.updateDisplayValue();
2025
2023
  }
2026
2024
  /**
2027
2025
  * @internal