@descope/web-components-ui 3.13.2 → 3.13.3

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.
@@ -20023,6 +20023,12 @@ const customMixin$6 = (superclass) =>
20023
20023
 
20024
20024
  this.baseElement.appendChild(template.content.cloneNode(true));
20025
20025
 
20026
+ // On every input, Vaadin writes its value back into the input element,
20027
+ // which re-runs the internal `value` setter and overwrites the combo box
20028
+ // and phone fields. PhoneFieldInternal manages those inputs itself, so
20029
+ // disable Vaadin's write-back.
20030
+ this.baseElement._forwardInputValue = () => {};
20031
+
20026
20032
  this.inputElement = this.shadowRoot.querySelector(componentName$B);
20027
20033
 
20028
20034
  forwardAttrs$1(this.shadowRoot.host, this.inputElement, {