@vsn-ux/ngx-gaia 0.9.16 → 0.9.17

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.
@@ -4105,6 +4105,7 @@ class GaSelectComponent {
4105
4105
  }
4106
4106
  this.cdkListbox().toggle(cdkOption);
4107
4107
  this.syncValue();
4108
+ this._onModelChanged?.(this.value());
4108
4109
  }
4109
4110
  }
4110
4111
  onOverlayKeydown(event) {