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.
panel
1 parent 7d19396 commit a2be862Copy full SHA for a2be862
packages/autocomplete-js/src/autocomplete.ts
@@ -129,9 +129,9 @@ export function autocomplete<TItem>({
129
}
130
131
if (state.status === 'stalled') {
132
- panel.classList.add('aa-panel--stalled');
+ panel.classList.add('aa-Panel--stalled');
133
} else {
134
- panel.classList.remove('aa-panel--stalled');
+ panel.classList.remove('aa-Panel--stalled');
135
136
137
const sections = state.collections.map((collection) => {
0 commit comments