diff --git a/docs/src/pages/components/text-fields/FormPropsTextFields.tsx b/docs/src/pages/components/text-fields/FormPropsTextFields.tsx
index a3e988162952b8..f8216a35d30d7a 100644
--- a/docs/src/pages/components/text-fields/FormPropsTextFields.tsx
+++ b/docs/src/pages/components/text-fields/FormPropsTextFields.tsx
@@ -21,55 +21,44 @@ export default function FormPropsTextFields() {
@@ -129,44 +118,55 @@ export default function FormPropsTextFields() {
-
+
diff --git a/docs/src/pages/components/text-fields/InputAdornments.js b/docs/src/pages/components/text-fields/InputAdornments.js
index e4132d121ecbb9..d5f3dde070b0ca 100644
--- a/docs/src/pages/components/text-fields/InputAdornments.js
+++ b/docs/src/pages/components/text-fields/InputAdornments.js
@@ -59,42 +59,42 @@ export default function InputAdornments() {
Kg
),
}}
- variant="standard"
/>
- Kg}
- aria-describedby="standard-weight-helper-text"
+ aria-describedby="outlined-weight-helper-text"
inputProps={{
'aria-label': 'weight',
}}
+ labelWidth={0}
/>
-
+
Weight
-
-
+
+
Password
-
{values.showPassword ? : }
}
+ labelWidth={70}
/>
-
- Amount
-
+ Amount
+ $}
+ labelWidth={60}
/>
@@ -186,42 +189,42 @@ export default function InputAdornments() {
Kg
),
}}
+ variant="standard"
/>
- Kg}
- aria-describedby="outlined-weight-helper-text"
+ aria-describedby="standard-weight-helper-text"
inputProps={{
'aria-label': 'weight',
}}
- labelWidth={0}
/>
-
+
Weight
-
-
+
+
Password
-
{values.showPassword ? : }
}
- labelWidth={70}
/>
-
- Amount
-
+ Amount
+ $}
- labelWidth={60}
/>
diff --git a/docs/src/pages/components/text-fields/InputAdornments.tsx b/docs/src/pages/components/text-fields/InputAdornments.tsx
index d49146bbb697ed..13221a94b869ed 100644
--- a/docs/src/pages/components/text-fields/InputAdornments.tsx
+++ b/docs/src/pages/components/text-fields/InputAdornments.tsx
@@ -73,42 +73,42 @@ export default function InputAdornments() {
Kg
),
}}
- variant="standard"
/>
- Kg}
- aria-describedby="standard-weight-helper-text"
+ aria-describedby="outlined-weight-helper-text"
inputProps={{
'aria-label': 'weight',
}}
+ labelWidth={0}
/>
-
+
Weight
-
-
+
+
Password
-
{values.showPassword ? : }
}
+ labelWidth={70}
/>
-
- Amount
-
+ Amount
+ $}
+ labelWidth={60}
/>
@@ -200,42 +203,42 @@ export default function InputAdornments() {
Kg
),
}}
+ variant="standard"
/>
- Kg}
- aria-describedby="outlined-weight-helper-text"
+ aria-describedby="standard-weight-helper-text"
inputProps={{
'aria-label': 'weight',
}}
- labelWidth={0}
/>
-
+
Weight
-
-
+
+
Password
-
{values.showPassword ? : }
}
- labelWidth={70}
/>
-
- Amount
-
+ Amount
+ $}
- labelWidth={60}
/>
diff --git a/docs/src/pages/components/text-fields/LayoutTextFields.js b/docs/src/pages/components/text-fields/LayoutTextFields.js
index f75acd2efda761..fbf0eab9f635a7 100644
--- a/docs/src/pages/components/text-fields/LayoutTextFields.js
+++ b/docs/src/pages/components/text-fields/LayoutTextFields.js
@@ -21,7 +21,7 @@ export default function LayoutTextFields() {
@@ -103,7 +99,7 @@ export default function LayoutTextFields() {
diff --git a/docs/src/pages/components/text-fields/LayoutTextFields.tsx b/docs/src/pages/components/text-fields/LayoutTextFields.tsx
index 0af99c8c9cf071..13cef77d0cea6c 100644
--- a/docs/src/pages/components/text-fields/LayoutTextFields.tsx
+++ b/docs/src/pages/components/text-fields/LayoutTextFields.tsx
@@ -23,7 +23,7 @@ export default function LayoutTextFields() {
@@ -105,7 +101,7 @@ export default function LayoutTextFields() {
diff --git a/docs/src/pages/components/text-fields/MultilineTextFields.js b/docs/src/pages/components/text-fields/MultilineTextFields.js
index da322fbe327646..c102dd58b066f1 100644
--- a/docs/src/pages/components/text-fields/MultilineTextFields.js
+++ b/docs/src/pages/components/text-fields/MultilineTextFields.js
@@ -23,28 +23,25 @@ export default function MultilineTextFields() {
diff --git a/docs/src/pages/components/text-fields/MultilineTextFields.tsx b/docs/src/pages/components/text-fields/MultilineTextFields.tsx
index 648f9c4ae14214..4fcbf085c4ad5b 100644
--- a/docs/src/pages/components/text-fields/MultilineTextFields.tsx
+++ b/docs/src/pages/components/text-fields/MultilineTextFields.tsx
@@ -25,28 +25,25 @@ export default function MultilineTextFields() {
diff --git a/docs/src/pages/components/text-fields/SelectTextFields.js b/docs/src/pages/components/text-fields/SelectTextFields.js
index 9dfc8b871f9c24..2076251cec879e 100644
--- a/docs/src/pages/components/text-fields/SelectTextFields.js
+++ b/docs/src/pages/components/text-fields/SelectTextFields.js
@@ -43,13 +43,12 @@ export default function MultilineTextFields() {