@descope/web-components-ui 1.0.126 → 1.0.127

Sign up to get free protection for your applications and to get access to all the features.
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