@descope/web-components-ui 2.3.1 → 2.3.2

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.
@@ -9626,7 +9626,7 @@ var CountryCodes = [
9626
9626
  },
9627
9627
  {
9628
9628
  name: 'Guyana',
9629
- dialCode: '+595',
9629
+ dialCode: '+592',
9630
9630
  code: 'GY',
9631
9631
  },
9632
9632
  {
@@ -19940,7 +19940,9 @@ class RawHybridField extends BaseClass$7 {
19940
19940
 
19941
19941
  set value(val) {
19942
19942
  this.handleActiveInput(val);
19943
- this.activeInput.value = val;
19943
+ setTimeout(() => {
19944
+ this.activeInput.value = val;
19945
+ });
19944
19946
  }
19945
19947
 
19946
19948
  async init() {