@univerjs/design v0.5.0-beta.1Docs


Interface: ISelectProps

Properties

PropertyTypeDescriptionDefined in
borderless?booleanWhether the borderless style is used Default falsesubmodules/univer/packages/design/src/components/select/Select.tsx:55
className?string-submodules/univer/packages/design/src/components/select/Select.tsx:57
disabled?boolean-submodules/univer/packages/design/src/components/select/Select.tsx:75
dropdownRender?(menu: ReactElement<any, string | JSXElementConstructor<any>>) => ReactElement<any, string | JSXElementConstructor<any>>-submodules/univer/packages/design/src/components/select/Select.tsx:63
dropdownStyle?CSSProperties-submodules/univer/packages/design/src/components/select/Select.tsx:71
labelRender?(props: LabelInValueType) => ReactNode-submodules/univer/packages/design/src/components/select/Select.tsx:67
mode?"multiple" | "combobox" | "tags"select modesubmodules/univer/packages/design/src/components/select/Select.tsx:61
onChange(value: string) => voidThe callback function that is triggered when the value is changedsubmodules/univer/packages/design/src/components/select/Select.tsx:47
onDropdownVisibleChange?(open: boolean) => void-submodules/univer/packages/design/src/components/select/Select.tsx:73
open?boolean-submodules/univer/packages/design/src/components/select/Select.tsx:69
options?IOption[]The options of select Default []submodules/univer/packages/design/src/components/select/Select.tsx:42
style?CSSProperties-submodules/univer/packages/design/src/components/select/Select.tsx:49
valuestringThe value of selectsubmodules/univer/packages/design/src/components/select/Select.tsx:36