diff --git a/site/src/docs/components/select/code.mdx b/site/src/docs/components/select/code.mdx index 06e1cab5de..5148f125fd 100644 --- a/site/src/docs/components/select/code.mdx +++ b/site/src/docs/components/select/code.mdx @@ -459,7 +459,6 @@ The functions are usually called inside the onChange function. ` and `` elements. | `ReactElement` | - | | `clearable` | If set to true, clear selections button is displayed | `boolean` | false | -| `children` | Options as HTML elements. Can be `` elements. | `ReactElement` | - | | `disabled` | If set to true, the component is disabled. | `boolean` | false | | `filter` | Function used for filtering options. If set, an input field is shown above the option list. | `(option, filter)=>boolean` | - | | `groups` | If options need to be grouped, options should be passed as groups. Cannot be used with `options`. | `[{label:'Group label', options:[