跳转到内容

SelectUnstyled API

想要学习更多组件属性和 CSS API,可以查阅 React SelectUnstyled 组件的 API 文档。

导入

import SelectUnstyled from '@mui/base/SelectUnstyled';
// 或
import { SelectUnstyled } from '@mui/base';
您可以通过 阅读本指南以最小化捆包大小 来了解这种差异。

The foundation for building custom-styled select components.

属性

原生(Native) 组件的属性也是可用的。

名称类型默认值描述
autoFocusboolfalse
components{ Listbox?: elementType, Popper?: elementType, Root?: elementType }{}
componentsProps{ listbox?: object, popper?: object, root?: object }{}
defaultListboxOpenboolfalse
defaultValueany
disabledboolfalse
listboxOpenboolundefined
onChangefunc
onListboxOpenChangefunc
renderValuefunc
valueany
The selected value. Set to null to deselect all options.

ref 则会被传递到根元素中。

演示项目