@descope/web-components-ui 1.0.126 → 1.0.127

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/dist/index.esm.js CHANGED
@@ -878,6 +878,10 @@ const proxyInputMixin = (superclass) =>
878
878
  }, 0);
879
879
  }
880
880
 
881
+ get name () {
882
+ return this.getAttribute('name');
883
+ }
884
+
881
885
  get inputElement() {
882
886
  this.warnIfInputElementIsMissing();
883
887