You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The popover uses the content of the default slot to create a trigger, but there is no way to provide a custom anchor. A <template #anchor> slot for this purpose would be great.
Description
The popover uses the content of the default slot to create a trigger, but there is no way to provide a custom anchor. A
<template #anchor>
slot for this purpose would be great.My use case is building an autocomplete for a text input. The
InputMenu
is not suitable because the dropdown is too intrusive.Additional context
No response
The text was updated successfully, but these errors were encountered: