Skip to content

Commit 671fdc7

Browse files
committed
fixup! fix(aria/combobox): highlighting edge cases
1 parent fa6eeb0 commit 671fdc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aria/combobox/combobox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export class ComboboxInput {
140140
/** Focuses & selects the first item in the combobox if the user changes the input value. */
141141
afterRenderEffect(() => {
142142
this.value();
143+
this.combobox.popup()?.controls()?.items();
143144
untracked(() => this.combobox.pattern.onFilter());
144145
});
145146
}

0 commit comments

Comments
 (0)