Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit c962871

Browse files
Merge pull request #1563 from sitogi/fix/htmlfor-value
2 parents 6c25356 + 5597fe7 commit c962871

File tree

1 file changed

+1
-1
lines changed
  • content/docs/components/form-control

1 file changed

+1
-1
lines changed

content/docs/components/form-control/usage.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import {
4444
4545
```jsx
4646
<FormControl as='fieldset'>
47-
<FormLabel as='legend' htmlFor={null}>
47+
<FormLabel as='legend'>
4848
Favorite Naruto Character
4949
</FormLabel>
5050
<RadioGroup defaultValue='Itachi'>

0 commit comments

Comments
 (0)