Skip to content

Commit

Permalink
fix: input label id
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-ngchakming committed Mar 30, 2022
1 parent 2a79194 commit 2c8620c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/components/selects/SelectSmall.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function SelectSmall() {

return (
<FormControl sx={{ m: 1, minWidth: 120 }} size="small">
<InputLabel id="demo-simple-select-disabled-label">Age</InputLabel>
<InputLabel id="demo-select-small">Age</InputLabel>
<Select
labelId="demo-select-small"
id="demo-select-small"
Expand Down
2 changes: 1 addition & 1 deletion docs/data/material/components/selects/SelectSmall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function SelectSmall() {

return (
<FormControl sx={{ m: 1, minWidth: 120 }} size="small">
<InputLabel id="demo-simple-select-disabled-label">Age</InputLabel>
<InputLabel id="demo-select-small">Age</InputLabel>
<Select
labelId="demo-select-small"
id="demo-select-small"
Expand Down

0 comments on commit 2c8620c

Please sign in to comment.