Skip to content

Commit

Permalink
✨ (form-control-has-label): Add meter, output, and progress to defaul…
Browse files Browse the repository at this point in the history
…t list of controls to check
  • Loading branch information
vhoyer committed Jan 16, 2024
1 parent c20bc92 commit dfcbe6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rules/form-control-has-label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ const rule: Rule.RuleModule = {
"input",
"textarea",
"select",
"meter",
"output",
"progress",
...(options.controlComponents || [])
];

Expand Down

0 comments on commit dfcbe6c

Please sign in to comment.