@onehat/ui 0.3.190 → 0.3.191

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.190",
3
+ "version": "0.3.191",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -763,6 +763,9 @@ export function ComboComponent(props) {
763
763
  // Select it and set the value of the combo.
764
764
  setGridSelection(selection);
765
765
  setValue(entity.id);
766
+ } else {
767
+ // we're not changing the Combo's value, but we might still need to change its displayValue
768
+ setDisplayValue(entity.id);
766
769
  }
767
770
  if (onGridSave) {
768
771
  onGridSave(selection);