You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/six-dropdown.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -461,6 +461,7 @@ To make your virtually scrolled list filterable simply add the `filter` attribut
461
461
|`filterPlaceholder`|`filter-placeholder`| The filter's placeholder text. |`string`|`'Filter...'`|
462
462
|`hoist`|`hoist`| Enable this option to prevent the panel from being clipped when the component is placed inside a container with `overflow: auto\|scroll`. |`boolean`|`false`|
463
463
|`matchTriggerWidth`|`match-trigger-width`| Determines if the dropdown panel's width should match the width of the trigger element. If set to `true`, the panel will resize its width to align with the trigger's width. If `false` or omitted, the panel will maintain its default width. |`boolean`|`false`|
464
+
|`noScroll`|`no-scroll`| Set to true if you want to disable the default dropdown panel scroll behavior. |`boolean`|`false`|
464
465
|`open`|`open`| Indicates whether the dropdown is open. You can use this in lieu of the show/hide methods. |`boolean`|`false`|
465
466
|`options`|`options`| Set the options to be shown in the dropdown (alternative to setting the elements via html) |`SixMenuItemData[]`|`[]`|
466
467
|`placement`|`placement`| The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel inside the viewport. |`"bottom" \| "bottom-end" \| "bottom-start" \| "left" \| "left-end" \| "left-start" \| "right" \| "right-end" \| "right-start" \| "top" \| "top-end" \| "top-start"`|`'bottom-start'`|
Copy file name to clipboardExpand all lines: libraries/ui-library/src/components/six-dropdown/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
|`filterPlaceholder`|`filter-placeholder`| The filter's placeholder text. |`string`|`'Filter...'`|
21
21
|`hoist`|`hoist`| Enable this option to prevent the panel from being clipped when the component is placed inside a container with `overflow: auto\|scroll`. |`boolean`|`false`|
22
22
|`matchTriggerWidth`|`match-trigger-width`| Determines if the dropdown panel's width should match the width of the trigger element. If set to `true`, the panel will resize its width to align with the trigger's width. If `false` or omitted, the panel will maintain its default width. |`boolean`|`false`|
23
+
|`noScroll`|`no-scroll`| Set to true if you want to disable the default dropdown panel scroll behavior. |`boolean`|`false`|
23
24
|`open`|`open`| Indicates whether the dropdown is open. You can use this in lieu of the show/hide methods. |`boolean`|`false`|
24
25
|`options`|`options`| Set the options to be shown in the dropdown (alternative to setting the elements via html) |`SixMenuItemData[]`|`[]`|
25
26
|`placement`|`placement`| The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel inside the viewport. |`"bottom" \| "bottom-end" \| "bottom-start" \| "left" \| "left-end" \| "left-start" \| "right" \| "right-end" \| "right-start" \| "top" \| "top-end" \| "top-start"`|`'bottom-start'`|
0 commit comments