#8038 added new functionality in VnSelect and refactored styles #871

Merged
jon merged 7 commits from 8038-ImproveAndCorrectVnTable into dev 2024-11-21 07:08:14 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 98017df57d - Show all commits

View File

@ -138,8 +138,6 @@ onMounted(() => {
if ($props.focusOnMount) setTimeout(() => vnSelectRef.value.showPopup(), 300); if ($props.focusOnMount) setTimeout(() => vnSelectRef.value.showPopup(), 300);
}); });
defineExpose({ opts: myOptions });
const arrayDataKey = const arrayDataKey =
$props.dataKey ?? ($props.url?.length > 0 ? $props.url : $attrs.name ?? $attrs.label); $props.dataKey ?? ($props.url?.length > 0 ? $props.url : $attrs.name ?? $attrs.label);