Skip to content

Commit

Permalink
[docs] Fix non-unique ids
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 1, 2019
1 parent 94e21ca commit 466b49a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/components/text-fields/ValidationTextFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function ValidationTextFields() {
/>
<TextField
error
id="standard-error"
id="standard-error-helper-text"
label="Error"
defaultValue="Hello World"
helperText="Incorrect entry."
Expand All @@ -50,7 +50,7 @@ export default function ValidationTextFields() {
/>
<TextField
error
id="filled-error"
id="filled-error-helper-text"
label="Error"
defaultValue="Hello World"
helperText="Incorrect entry."
Expand All @@ -71,7 +71,7 @@ export default function ValidationTextFields() {
/>
<TextField
error
id="outlined-error"
id="outlined-error-helper-text"
label="Error"
defaultValue="Hello World"
helperText="Incorrect entry."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function ValidationTextFields() {
/>
<TextField
error
id="standard-error"
id="standard-error-helper-text"
label="Error"
defaultValue="Hello World"
helperText="Incorrect entry."
Expand All @@ -52,7 +52,7 @@ export default function ValidationTextFields() {
/>
<TextField
error
id="filled-error"
id="filled-error-helper-text"
label="Error"
defaultValue="Hello World"
helperText="Incorrect entry."
Expand All @@ -73,7 +73,7 @@ export default function ValidationTextFields() {
/>
<TextField
error
id="outlined-error"
id="outlined-error-helper-text"
label="Error"
defaultValue="Hello World"
helperText="Incorrect entry."
Expand Down

0 comments on commit 466b49a

Please sign in to comment.