@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.
@@ -1210,6 +1210,10 @@ const proxyInputMixin = (superclass) =>
1210
1210
  }, 0);
1211
1211
  }
1212
1212
 
1213
+ get name () {
1214
+ return this.getAttribute('name');
1215
+ }
1216
+
1213
1217
  get inputElement() {
1214
1218
  this.warnIfInputElementIsMissing();
1215
1219