File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -604,6 +604,7 @@ export abstract class TextField extends textFieldBaseClass {
604
604
aria-invalid=${ this . hasError }
605
605
aria-label=${ ariaLabel }
606
606
autocomplete=${ autocomplete || nothing }
607
+ name=${ this . name || nothing }
607
608
?disabled=${ this . disabled }
608
609
maxlength=${ hasMaxLength ? this . maxLength : nothing }
609
610
minlength=${ hasMinLength ? this . minLength : nothing }
@@ -638,6 +639,7 @@ export abstract class TextField extends textFieldBaseClass {
638
639
aria-invalid=${ this . hasError }
639
640
aria-label=${ ariaLabel }
640
641
autocomplete=${ autocomplete || nothing }
642
+ name=${ this . name || nothing }
641
643
?disabled=${ this . disabled }
642
644
inputmode=${ inputMode || nothing }
643
645
max=${ ( this . max || nothing ) as unknown as number }
You can’t perform that action at this time.
0 commit comments