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 7ff2971 commit 54b8479Copy full SHA for 54b8479
packages/autocomplete-core/src/getPropGetters.ts
@@ -53,6 +53,8 @@ export function getPropGetters<
53
return;
54
}
55
56
+ // @TODO: support cases where there are multiple Autocomplete instances.
57
+ // Right now, a second instance makes this computation return false.
58
const isTargetWithinAutocomplete = [
59
getterProps.formElement,
60
getterProps.panelElement,
0 commit comments