Skip to content

Commit

Permalink
yarn docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 28, 2020
1 parent a3455d2 commit fd50477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/api-docs/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `MuiSelect` name can be used for providing [default props](/customization/gl
| <span class="prop-name">defaultValue</span> | <span class="prop-type">any</span> | | The default element value. Use when the component is not controlled. |
| <span class="prop-name">displayEmpty</span> | <span class="prop-type">bool</span> | <span class="prop-default">false</span> | If `true`, a value is displayed even if no items are selected.<br>In order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected. You can only use it when the `native` prop is `false` (default). |
| <span class="prop-name">IconComponent</span> | <span class="prop-type">elementType</span> | <span class="prop-default">ArrowDropDownIcon</span> | The icon that displays the arrow. |
| <span class="prop-name">id</span> | <span class="prop-type">string</span> | | The `id` of the wrapper element or the `select` elment when `native`. |
| <span class="prop-name">id</span> | <span class="prop-type">string</span> | | The `id` of the wrapper element or the `select` element when `native`. |
| <span class="prop-name">input</span> | <span class="prop-type">element</span> | | An `Input` element; does not have to be a material-ui specific `Input`. |
| <span class="prop-name">inputProps</span> | <span class="prop-type">object</span> | | [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element. When `native` is `true`, the attributes are applied on the `select` element. |
| <span class="prop-name">label</span> | <span class="prop-type">node</span> | | See [OutlinedInput#label](/api/outlined-input/#props) |
Expand Down

0 comments on commit fd50477

Please sign in to comment.