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
<ahref="https://www.text-em-all.com/?utm_source=mui.com&utm_medium=referral&utm_content=readme"rel="noopener sponsored"target="_blank"><imgsrc="https://avatars.githubusercontent.com/u/1262264?s=288"alt="text-em-all.com"title="Text-em-all: Mass text messaging and automated calling."height="96"width="96"loading="lazy"></a>
<adata-ga-event-category="sponsor"data-ga-event-action="docs-backers"data-ga-event-label="text-em-all.com"href="https://www.text-em-all.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers"rel="noopener sponsored"target="_blank"class="remove-link-arrow"style="margin-right: 16px;"><imgsrc="https://avatars.githubusercontent.com/u/1262264?s=96"srcset="https://avatars.githubusercontent.com/u/1262264?s=288 3x"alt="text-em-all.com"title="Text-em-all: Mass text messaging and automated calling."height="96"width="96"loading="lazy"></a>
25
25
<adata-ga-event-category="sponsor"data-ga-event-action="docs-backers"data-ga-event-label="dialmycalls.com"href="https://www.dialmycalls.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers"rel="noopener sponsored"target="_blank"class="remove-link-arrow"style="margin-right: 16px;"><imgheight="96"width="96"src="https://images.opencollective.com/dialmycalls/f5ae9ab/avatar/96.png"srcset="https://images.opencollective.com/dialmycalls/f5ae9ab/avatar/288.png 3x"alt="dialmycalls.com"title="DialMyCalls: Send text messages, calls, and emails."loading="lazy" /></a>
26
26
</p>
@@ -35,7 +35,7 @@ For example, it could be because the service breaks another service's Terms of s
Copy file name to clipboardExpand all lines: docs/pages/blog/mui-x-v6.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ See it in action:
151
151
</video>
152
152
</a>
153
153
154
-
This design is heavily inspired by the [native date picker](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date) UIs provided by platforms like macOS and Windows on the web.
154
+
This design is heavily inspired by the [native date picker](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/date) UIs provided by platforms like macOS and Windows on the web.
Copy file name to clipboardExpand all lines: docs/translations/api-docs-base/input/input.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
},
46
46
"startAdornment": { "description": "Leading adornment for this input." },
47
47
"type": {
48
-
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types\">a valid HTML5 input type</a>."
48
+
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types\">a valid HTML5 input type</a>."
49
49
},
50
50
"value": {
51
51
"description": "The value of the <code>input</code> element, required for a controlled component."
Copy file name to clipboardExpand all lines: docs/translations/api-docs-joy/autocomplete/autocomplete.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@
200
200
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
201
201
},
202
202
"type": {
203
-
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types\">a valid HTML5 input type</a>."
203
+
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types\">a valid HTML5 input type</a>."
204
204
},
205
205
"value": {
206
206
"description": "The value of the autocomplete.<br>The value must have reference equality with the option in order to be selected. You can customize the equality behavior with the <code>isOptionEqualToValue</code> prop."
Copy file name to clipboardExpand all lines: docs/translations/api-docs/checkbox/checkbox.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
"description": "The icon to display when the component is indeterminate."
22
22
},
23
23
"inputProps": {
24
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
24
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element."
25
25
},
26
26
"onChange": {
27
27
"description": "Callback fired when the state is changed.",
Copy file name to clipboardExpand all lines: docs/translations/api-docs/filled-input/filled-input.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
"description": "The component used for the <code>input</code> element. Either a string to use a HTML element or a component."
40
40
},
41
41
"inputProps": {
42
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
42
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element."
43
43
},
44
44
"inputRef": { "description": "Pass a ref to the <code>input</code> element." },
45
45
"margin": {
@@ -82,7 +82,7 @@
82
82
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
83
83
},
84
84
"type": {
85
-
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types\">a valid HTML5 input type</a>."
85
+
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types\">a valid HTML5 input type</a>."
86
86
},
87
87
"value": {
88
88
"description": "The value of the <code>input</code> element, required for a controlled component."
Copy file name to clipboardExpand all lines: docs/translations/api-docs/input-base/input-base.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
"requiresRef": true
38
38
},
39
39
"inputProps": {
40
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
40
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element."
41
41
},
42
42
"inputRef": { "description": "Pass a ref to the <code>input</code> element." },
43
43
"margin": {
@@ -87,7 +87,7 @@
87
87
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
88
88
},
89
89
"type": {
90
-
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types\">a valid HTML5 input type</a>."
90
+
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types\">a valid HTML5 input type</a>."
91
91
},
92
92
"value": {
93
93
"description": "The value of the <code>input</code> element, required for a controlled component."
Copy file name to clipboardExpand all lines: docs/translations/api-docs/input/input.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
"description": "The component used for the <code>input</code> element. Either a string to use a HTML element or a component."
37
37
},
38
38
"inputProps": {
39
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
39
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element."
40
40
},
41
41
"inputRef": { "description": "Pass a ref to the <code>input</code> element." },
42
42
"margin": {
@@ -79,7 +79,7 @@
79
79
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
80
80
},
81
81
"type": {
82
-
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types\">a valid HTML5 input type</a>."
82
+
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types\">a valid HTML5 input type</a>."
83
83
},
84
84
"value": {
85
85
"description": "The value of the <code>input</code> element, required for a controlled component."
Copy file name to clipboardExpand all lines: docs/translations/api-docs/outlined-input/outlined-input.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
"description": "The component used for the <code>input</code> element. Either a string to use a HTML element or a component."
31
31
},
32
32
"inputProps": {
33
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
33
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element."
34
34
},
35
35
"inputRef": { "description": "Pass a ref to the <code>input</code> element." },
36
36
"label": {
@@ -76,7 +76,7 @@
76
76
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
77
77
},
78
78
"type": {
79
-
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types\">a valid HTML5 input type</a>."
79
+
"description": "Type of the <code>input</code> element. It should be <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types\">a valid HTML5 input type</a>."
80
80
},
81
81
"value": {
82
82
"description": "The value of the <code>input</code> element, required for a controlled component."
Copy file name to clipboardExpand all lines: docs/translations/api-docs/radio/radio.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
"icon": { "description": "The icon to display when the component is unchecked." },
13
13
"id": { "description": "The id of the <code>input</code> element." },
14
14
"inputProps": {
15
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
15
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element."
16
16
},
17
17
"inputRef": { "description": "Pass a ref to the <code>input</code> element." },
18
18
"name": { "description": "Name attribute of the <code>input</code> element." },
Copy file name to clipboardExpand all lines: docs/translations/api-docs/select/select.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
"description": "An <code>Input</code> element; does not have to be a material-ui specific <code>Input</code>."
26
26
},
27
27
"inputProps": {
28
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element. When <code>native</code> is <code>true</code>, the attributes are applied on the <code>select</code> element."
28
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element. When <code>native</code> is <code>true</code>, the attributes are applied on the <code>select</code> element."
29
29
},
30
30
"label": {
31
31
"description": "See <a href=\"https://mui.com/material-ui/api/outlined-input/#props\">OutlinedInput#label</a>"
Copy file name to clipboardExpand all lines: docs/translations/api-docs/switch/switch.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"icon": { "description": "The icon to display when the component is unchecked." },
19
19
"id": { "description": "The id of the <code>input</code> element." },
20
20
"inputProps": {
21
-
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
21
+
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes\">Attributes</a> applied to the <code>input</code> element."
22
22
},
23
23
"inputRef": { "description": "Pass a ref to the <code>input</code> element." },
0 commit comments