Skip to content

Commit cd7612d

Browse files
committed
[docs] Update forward ref status
1 parent efa1883 commit cd7612d

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

pages/api/backdrop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import Backdrop from '@material-ui/core/Backdrop';
2323
| <span class="prop-name required">open *</span> | <span class="prop-type">bool</span> |   | If `true`, the backdrop is open. |
2424
| <span class="prop-name">transitionDuration</span> | <span class="prop-type">union:&nbsp;number&nbsp;&#124;<br>&nbsp;{ enter?: number, exit?: number }<br></span> |   | The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object. |
2525

26-
The `ref` is **not** forwarded to the root element.
26+
The `ref` is forwarded to the root element.
2727

2828
Any other properties supplied will be spread to the root element (native element).
2929

pages/api/filled-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import FilledInput from '@material-ui/core/FilledInput';
4545
| <span class="prop-name">type</span> | <span class="prop-type">string</span> |   | Type of the input element. It should be a valid HTML5 input type. |
4646
| <span class="prop-name">value</span> | <span class="prop-type">union:&nbsp;string, number, bool, object, arrayOf<br></span> |   | The input value, required for a controlled component. |
4747

48-
The `ref` is **not** forwarded to the root element.
48+
The `ref` is forwarded to the root element.
4949

5050
Any other properties supplied will be spread to the root element ([InputBase](/api/input-base/)).
5151

pages/api/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Grid from '@material-ui/core/Grid';
3636
| <span class="prop-name">xs</span> | <span class="prop-type">enum:&nbsp;false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12<br></span> | <span class="prop-default">false</span> | Defines the number of grids the component is going to use. It's applied for all the screen sizes with the lowest priority. |
3737
| <span class="prop-name">zeroMinWidth</span> | <span class="prop-type">bool</span> | <span class="prop-default">false</span> | If `true`, it sets `min-width: 0` on the item. Refer to the limitations section of the documentation to better understand the use case. |
3838

39-
The `ref` is **not** forwarded to the root element.
39+
The `ref` is forwarded to the root element.
4040

4141
Any other properties supplied will be spread to the root element (native element).
4242

pages/api/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import Input from '@material-ui/core/Input';
4545
| <span class="prop-name">type</span> | <span class="prop-type">string</span> |   | Type of the input element. It should be a valid HTML5 input type. |
4646
| <span class="prop-name">value</span> | <span class="prop-type">union:&nbsp;string, number, bool, object, arrayOf<br></span> |   | The input value, required for a controlled component. |
4747

48-
The `ref` is **not** forwarded to the root element.
48+
The `ref` is forwarded to the root element.
4949

5050
Any other properties supplied will be spread to the root element ([InputBase](/api/input-base/)).
5151

pages/api/menu-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import MenuList from '@material-ui/core/MenuList';
2121
| <span class="prop-name">children</span> | <span class="prop-type">node</span> |   | MenuList contents, normally `MenuItem`s. |
2222
| <span class="prop-name">disableListWrap</span> | <span class="prop-type">bool</span> | <span class="prop-default">false</span> | If `true`, the menu items will not wrap focus. |
2323

24-
The `ref` is **not** forwarded to the root element.
24+
The `ref` is forwarded to the root element.
2525

2626
Any other properties supplied will be spread to the root element ([List](/api/list/)).
2727

pages/api/menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import Menu from '@material-ui/core/Menu';
3434
| <span class="prop-name">PopoverClasses</span> | <span class="prop-type">object</span> |   | `classes` property applied to the [`Popover`](/api/popover/) element. |
3535
| <span class="prop-name">transitionDuration</span> | <span class="prop-type">union:&nbsp;number&nbsp;&#124;<br>&nbsp;{ enter?: number, exit?: number }&nbsp;&#124;<br>&nbsp;enum:&nbsp;'auto'<br><br></span> | <span class="prop-default">'auto'</span> | The length of the transition in `ms`, or 'auto' |
3636

37-
The `ref` is **not** forwarded to the root element.
37+
The `ref` is forwarded to the root element.
3838

3939
Any other properties supplied will be spread to the root element ([Popover](/api/popover/)).
4040

pages/api/outlined-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import OutlinedInput from '@material-ui/core/OutlinedInput';
4646
| <span class="prop-name">type</span> | <span class="prop-type">string</span> |   | Type of the input element. It should be a valid HTML5 input type. |
4747
| <span class="prop-name">value</span> | <span class="prop-type">union:&nbsp;string, number, bool, object, arrayOf<br></span> |   | The input value, required for a controlled component. |
4848

49-
The `ref` is **not** forwarded to the root element.
49+
The `ref` is forwarded to the root element.
5050

5151
Any other properties supplied will be spread to the root element ([InputBase](/api/input-base/)).
5252

pages/api/popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import Popover from '@material-ui/core/Popover';
4444
| <span class="prop-name">transitionDuration</span> | <span class="prop-type">union:&nbsp;number&nbsp;&#124;<br>&nbsp;{ enter?: number, exit?: number }&nbsp;&#124;<br>&nbsp;enum:&nbsp;'auto'<br><br></span> | <span class="prop-default">'auto'</span> | Set to 'auto' to automatically calculate transition time based on height. |
4545
| <span class="prop-name">TransitionProps</span> | <span class="prop-type">object</span> |   | Properties applied to the `Transition` element. |
4646

47-
The `ref` is **not** forwarded to the root element.
47+
The `ref` is forwarded to the root element.
4848

4949
Any other properties supplied will be spread to the root element ([Modal](/api/modal/)).
5050

pages/api/radio-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import RadioGroup from '@material-ui/core/RadioGroup';
2424
| <span class="prop-name">onChange</span> | <span class="prop-type">func</span> |   | Callback fired when a radio button is selected.<br><br>**Signature:**<br>`function(event: object, value: string) => void`<br>*event:* The event source of the callback. You can pull out the new value by accessing `event.target.value`.<br>*value:* The `value` of the selected radio button |
2525
| <span class="prop-name">value</span> | <span class="prop-type">union:&nbsp;string&nbsp;&#124;<br>&nbsp;number&nbsp;&#124;<br>&nbsp;bool<br></span> |   | Value of the selected radio button. |
2626

27-
The `ref` is **not** forwarded to the root element.
27+
The `ref` is forwarded to the root element.
2828

2929
Any other properties supplied will be spread to the root element ([FormGroup](/api/form-group/)).
3030

pages/api/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import Select from '@material-ui/core/Select';
3737
| <span class="prop-name">value</span> | <span class="prop-type">union:&nbsp;string, number, bool, object, arrayOf<br></span> |   | The input value. This property is required when the `native` property is `false` (default). |
3838
| <span class="prop-name">variant</span> | <span class="prop-type">enum:&nbsp;'standard'&nbsp;&#124;<br>&nbsp;'outlined'&nbsp;&#124;<br>&nbsp;'filled'<br></span> |   | The variant to use. |
3939

40-
The `ref` is **not** forwarded to the root element.
40+
The `ref` is forwarded to the root element.
4141

4242
Any other properties supplied will be spread to the root element ([Input](/api/input/)).
4343

0 commit comments

Comments
 (0)