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/translations/api-docs/text-field/text-field.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
"select": "Render a <a href=\"/api/select/\"><code>Select</code></a> element while passing the Input element to <code>Select</code> as <code>input</code> parameter. If this option is set you must pass the options of the select as children.",
30
30
"SelectProps": "Props applied to the <a href=\"/api/select/\"><code>Select</code></a> element.",
31
31
"size": "The size of the component.",
32
+
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
32
33
"type": "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>.",
33
34
"value": "The value of the <code>input</code> element, required for a controlled component.",
* The system prop that allows defining system overrides as well as additional CSS styles.
150
+
*/
151
+
sx?: SxProps<Theme>;
146
152
/**
147
153
* Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).
* The system prop that allows defining system overrides as well as additional CSS styles.
396
+
*/
397
+
sx: PropTypes.object,
356
398
/**
357
399
* Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).
0 commit comments