Skip to content

Commit 54b8479

Browse files
docs(core): add todo about multiple instance root props
1 parent 7ff2971 commit 54b8479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/autocomplete-core/src/getPropGetters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export function getPropGetters<
5353
return;
5454
}
5555

56+
// @TODO: support cases where there are multiple Autocomplete instances.
57+
// Right now, a second instance makes this computation return false.
5658
const isTargetWithinAutocomplete = [
5759
getterProps.formElement,
5860
getterProps.panelElement,

0 commit comments

Comments
 (0)