Skip to content

Commit

Permalink
fix: label attribute not toggling input (#3474)
Browse files Browse the repository at this point in the history
Removed "htmlfor" from LabelHTMLAttributes interface as it is not valid jsx.

Co-authored-by: DeAngelis, Katie <[email protected]>
Co-authored-by: Christian Bromann <[email protected]>
  • Loading branch information
3 people committed Jun 24, 2024
1 parent 7ac5aaf commit 13db920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/declarations/stencil-public-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,6 @@ export namespace JSXBase {
export interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
form?: string;
htmlFor?: string;
htmlfor?: string;
name?: string;
}

Expand Down

0 comments on commit 13db920

Please sign in to comment.