Skip to content

Commit 8f01bf0

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d2a19e9 commit 8f01bf0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/v2/components/forms/combobox/Combobox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class Combobox extends LitElement {
5353
layout: { type: String, reflect: true },
5454
value: { type: String, reflect: true },
5555
inputValue: { type: String },
56+
options: { type: Array, attribute: false },
5657
_popupOpen: { state: true },
5758
_activeIndex: { state: true }
5859
}

0 commit comments

Comments
 (0)