{ "componentDescription": "", "propDescriptions": { "action": { "description": "A ref for imperative actions. It currently only supports focusVisible() action." }, "autoFocus": { "description": "If true, the select element is focused during the first mount" }, "color": { "description": "The color of the component. It supports those theme colors that make sense for this component." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "defaultListboxOpen": { "description": "If true, the select will be initially open." }, "defaultValue": { "description": "The default selected value. Use when the component is not controlled." }, "disabled": { "description": "If true, the component is disabled." }, "endDecorator": { "description": "Trailing adornment for the select." }, "getSerializedValue": { "description": "A function to convert the currently selected value to a string. Used to set a value of a hidden input associated with the select, so that the selected value can be posted with a form." }, "indicator": { "description": "The indicator(*) for the select. ________________ [ value * ] ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾" }, "listboxId": { "description": "id attribute of the listbox element. Also used to derive the id attributes of options." }, "listboxOpen": { "description": "Controls the open state of the select's listbox." }, "multiple": { "description": "If true, selecting multiple values is allowed. This affects the type of the value, defaultValue, and onChange props." }, "name": { "description": "Name of the element. For example used by the server to identify the fields in form submits." }, "onChange": { "description": "Callback fired when an option is selected." }, "onClose": { "description": "Triggered when focus leaves the menu and the menu should close." }, "onListboxOpenChange": { "description": "Callback fired when the component requests to be opened. Use in controlled mode (see listboxOpen)." }, "placeholder": { "description": "Text to show when there is no selected value." }, "renderValue": { "description": "Function that customizes the rendering of the selected value." }, "required": { "description": "If true, the Select cannot be empty when submitting form." }, "size": { "description": "The size of the component." }, "slots": { "description": "The components used for each slot inside." }, "startDecorator": { "description": "Leading adornment for the select." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "value": { "description": "The selected value. Set to null to deselect all options." }, "variant": { "description": "The global variant to use." } }, "classDescriptions": { "colorContext": { "description": "Class name applied to {{nodeName}} when {{conditions}}.", "nodeName": "the root element", "conditions": "color inversion is triggered" }, "colorDanger": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "color=\"danger\"" }, "colorNeutral": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "color=\"neutral\"" }, "colorPrimary": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "color=\"primary\"" }, "colorSuccess": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "color=\"success\"" }, "colorWarning": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "color=\"warning\"" }, "disabled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "disabled={true}" }, "expanded": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "listbox open" }, "focusVisible": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the SelectBase root slot", "conditions": "the button is keyboard focused" }, "multiple": { "description": "Class name applied to the root slot if multiple=true" }, "popper": { "description": "Class name applied to {{nodeName}}.", "nodeName": "the popper slot" }, "sizeLg": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "size=\"lg\"" }, "sizeMd": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "size=\"md\"" }, "sizeSm": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "size=\"sm\"" }, "variantOutlined": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "variant=\"outlined\"" }, "variantPlain": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "variant=\"plain\"" }, "variantSoft": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "variant=\"soft\"" }, "variantSolid": { "description": "Class name applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root slot", "conditions": "variant=\"solid\"" } }, "slotDescriptions": { "button": "The component that renders the button.", "endDecorator": "The component that renders the end decorator.", "indicator": "The component that renders the indicator.", "listbox": "The component that renders the listbox.", "root": "The component that renders the root.", "startDecorator": "The component that renders the start decorator." } }