From c2d8217ab9bfd76086eb27209cc6d625105ad3a5 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Tue, 15 Oct 2019 18:43:23 +0200 Subject: [PATCH] Update api docs --- docs/pages/api/select.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/api/select.md b/docs/pages/api/select.md index 93a9e13d43bda7..a4cd37c1778fe1 100644 --- a/docs/pages/api/select.md +++ b/docs/pages/api/select.md @@ -31,6 +31,7 @@ You can learn more about the difference by [reading this guide](/guides/minimizi | IconComponent | elementType | ArrowDropDownIcon | The icon that displays the arrow. | | input | element | | An `Input` element; does not have to be a material-ui specific `Input`. | | inputProps | object | | [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. | +| labelId | string | | The idea of an element that acts as an additional label. The Select will be labelled by the additional label and the selected value. | | labelWidth | number | 0 | The label width to be used on OutlinedInput. This prop is required when the `variant` prop is `outlined`. | | MenuProps | object | | Props applied to the [`Menu`](/api/menu/) element. | | multiple | bool | false | If true, `value` must be an array and the menu will support multiple selections. |