OptionalinDialog?: booleanOptionalplaceholder?: stringOptionalportalled?: booleanRenders inside a portal by default. Set to false to inline.
Optionalref?: React.Ref<HTMLDivElement>OptionalrenderValue?: (items: SelectItem[]) => React.ReactNodeRender the trigger text from the selected items — e.g. a compact "+N" summary for multi-select. Overrides the default value text.
Use when rendering inside a Dialog/Drawer. Disables portalling and applies fixed positioning so the dropdown isn't clipped.