Skip to content

Commit

Permalink
chore(dropdown element): change dropdown modifierOpt to property
Browse files Browse the repository at this point in the history
  • Loading branch information
tonghauhive committed Dec 20, 2024
1 parent c95bd15 commit 0e0c516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/dropdown-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class DropdownElement extends SgdsElement {
@state()
dropdownConfig: Partial<Popper.Options>;
/** @internal */
@state()
@property()
protected modifierOpt: StrictModifiers[] = [];

/** When true, dropdown menu shows on first load */
Expand Down

0 comments on commit 0e0c516

Please sign in to comment.