Skip to content

Commit d995e4c

Browse files
committed
Feat: Pass onFocusOut argument to ActionsDropdown
1 parent f01601b commit d995e4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/components/src/components/hds/filter-bar/actions-dropdown.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
@height={{@height}}
1010
@preserveContentInDom={{@preserveContentInDom}}
1111
@onClose={{@onClose}}
12+
@onFocusOut={{@onFocusOut}}
1213
class="hds-filter-bar__actions-dropdown"
1314
...attributes
1415
as |D|

packages/components/src/components/hds/filter-bar/actions-dropdown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export interface HdsFilterBarActionsDropdownSignature {
1818
| 'height'
1919
| 'preserveContentInDom'
2020
| 'onClose'
21+
| 'onFocusOut'
2122
> & {
2223
toggleButtonText?: HdsDropdownToggleButtonSignature['Args']['text'];
2324
toggleButtonIcon?: HdsDropdownToggleButtonSignature['Args']['icon'];

0 commit comments

Comments
 (0)