fix: make focusSearchOnOpen reactive via toRefs, move prop to NcListProps

This commit is contained in:
Ramesh Mane
2026-04-10 09:37:40 +00:00
parent 2bead6b697
commit 185f13c251
4 changed files with 9 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ const handleSelect = (option: NcListItemType) => {
:show-selected-option="false"
:close-on-select="true"
:item-height="36"
class="nc-add-connection-list w-72"
class="nc-add-connection-list w-72 !h-auto"
@change="handleSelect"
>
<template #listItem="{ option }">