Skip to content

Commit 13db920

Browse files
katiedeangeliskdeangelis1christian-bromann
authoredJun 24, 2024··
fix: label attribute not toggling input (#3474)
Removed "htmlfor" from LabelHTMLAttributes interface as it is not valid jsx. Co-authored-by: DeAngelis, Katie <k.deangelis1@snhu.edu> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 7ac5aaf commit 13db920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/declarations/stencil-public-runtime.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,6 @@ export namespace JSXBase {
12231223
export interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
12241224
form?: string;
12251225
htmlFor?: string;
1226-
htmlfor?: string;
12271226
name?: string;
12281227
}
12291228

0 commit comments

Comments
 (0)
Please sign in to comment.