We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6eeb0 commit 671fdc7Copy full SHA for 671fdc7
src/aria/combobox/combobox.ts
@@ -140,6 +140,7 @@ export class ComboboxInput {
140
/** Focuses & selects the first item in the combobox if the user changes the input value. */
141
afterRenderEffect(() => {
142
this.value();
143
+ this.combobox.popup()?.controls()?.items();
144
untracked(() => this.combobox.pattern.onFilter());
145
});
146
}
0 commit comments