You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/premium-themes/onepirate/modules/components/TextField.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -117,23 +117,23 @@ function TextField(props) {
117
117
118
118
TextField.propTypes={
119
119
/**
120
-
* Props applied to the [`InputLabel`](/material-ui/api/input-label/) element.
120
+
* Props applied to the [`InputLabel`](https://mui.com/material-ui/api/input-label/) element.
121
121
* Pointer events like `onClick` are enabled if and only if `shrink` is `true`.
122
-
* @deprecated Use `slotProps.inputLabel` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
122
+
* @deprecated Use `slotProps.inputLabel` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
123
123
*/
124
124
InputLabelProps: PropTypes.object,
125
125
/**
126
126
* Props applied to the Input element.
127
-
* It will be a [`FilledInput`](/material-ui/api/filled-input/),
128
-
* [`OutlinedInput`](/material-ui/api/outlined-input/) or [`Input`](/material-ui/api/input/)
127
+
* It will be a [`FilledInput`](https://mui.com/material-ui/api/filled-input/),
128
+
* [`OutlinedInput`](https://mui.com/material-ui/api/outlined-input/) or [`Input`](https://mui.com/material-ui/api/input/)
129
129
* component depending on the `variant` prop value.
130
-
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
130
+
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
131
131
*/
132
132
InputProps: PropTypes.object,
133
133
noBorder: PropTypes.bool,
134
134
/**
135
-
* Props applied to the [`Select`](/material-ui/api/select/) element.
136
-
* @deprecated Use `slotProps.select` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
135
+
* Props applied to the [`Select`](https://mui.com/material-ui/api/select/) element.
136
+
* @deprecated Use `slotProps.select` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
Copy file name to clipboardExpand all lines: docs/src/pages/premium-themes/onepirate/modules/form/RFTextField.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ RFTextField.propTypes = {
48
48
}).isRequired,
49
49
/**
50
50
* Props applied to the Input element.
51
-
* It will be a [`FilledInput`](/material-ui/api/filled-input/),
52
-
* [`OutlinedInput`](/material-ui/api/outlined-input/) or [`Input`](/material-ui/api/input/)
51
+
* It will be a [`FilledInput`](https://mui.com/material-ui/api/filled-input/),
52
+
* [`OutlinedInput`](https://mui.com/material-ui/api/outlined-input/) or [`Input`](https://mui.com/material-ui/api/input/)
53
53
* component depending on the `variant` prop value.
54
-
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
54
+
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
0 commit comments