Skip to content

Commit efeca3e

Browse files
committed
Merge branch 'master' into move-to-glint-v2
2 parents 2b03911 + 8d1b4c1 commit efeca3e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ember-basic-dropdown/src/components/basic-dropdown-trigger.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface BasicDropdownTriggerSignature<
2121
hPosition?: HorizontalPosition | null;
2222
defaultClass?: string;
2323
renderInPlace?: boolean;
24-
htmlTag?: T;
24+
htmlTag?: T | undefined;
2525
onBlur?: (dropdown?: Dropdown, event?: FocusEvent) => void;
2626
onClick?: (dropdown?: Dropdown, event?: MouseEvent) => void;
2727
onFocus?: (dropdown?: Dropdown, event?: FocusEvent) => void;

ember-basic-dropdown/src/components/basic-dropdown.gts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ export default class BasicDropdown<
539539
hPosition=this.hPosition
540540
renderInPlace=this.renderInPlace
541541
vPosition=this.vPosition
542+
htmlTag=@triggerHtmlTag
542543
)
543544
Content=(component
544545
this.contentComponent

0 commit comments

Comments
 (0)