@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.
@@ -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