@govtechsg/sgds-web-component 3.4.0-rc.4 → 3.4.0-rc.5

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.
@@ -11497,7 +11497,7 @@
11497
11497
  }
11498
11498
  async _handleValueChange() {
11499
11499
  // when value change, always emit a change event
11500
- // this.relayNativeEvent(new Event("change", { bubbles: true, composed: true }));
11500
+ this.relayNativeEvent(new Event("change", { bubbles: true, composed: true }));
11501
11501
  this.emit("sgds-change");
11502
11502
  if (this.value) {
11503
11503
  this.emit("sgds-select");