Skip to content

Commit

Permalink
Fix population of searchbox from QS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins committed Sep 27, 2024
1 parent 74cb10c commit 4eb5de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-src/elements/chromedash-typeahead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class ChromedashTypeahead extends LitElement {
slDropdownRef: Ref<SlDropdown> = createRef();
slInputRef: Ref<SlInput> = createRef();

@state()
@property()
value = '';
@state()
candidates: Candidate[] = [];
Expand Down

0 comments on commit 4eb5de7

Please sign in to comment.