diff --git a/src/inputs/TreeSelectField/TreeSelectField.stories.tsx b/src/inputs/TreeSelectField/TreeSelectField.stories.tsx index 90782d92e..e684cb6b8 100644 --- a/src/inputs/TreeSelectField/TreeSelectField.stories.tsx +++ b/src/inputs/TreeSelectField/TreeSelectField.stories.tsx @@ -55,6 +55,15 @@ function Template(args: TreeSelectFieldProps) { label="Multiple options selected" /> + + extends BeamFocusableP /** Whether to have all groups collapsed on initial load. Can also be configured individually, which overrides this behavior. * @default false */ defaultCollapsed?: boolean; + /** Allow the field's height to grow up to a predefined height (currently 72px), then scroll. */ + multiline?: boolean; } export function TreeSelectField(props: TreeSelectFieldProps): JSX.Element;