If I have a v-select
widget in a ui-template I find that it does not use the available space in the same way as the core Dropdown widget does.
For example with this in the template
<template>
<div>
<v-select
label="Dropdown template"
variant="outlined"
></v-select>
</div>
</template>
and a default Dropdown widget, both sized 6x1 I see this
Am I missing a class or something? I have tried to work it out by inspecting and comparing the DOM but my skills and knowledge are insufficient to work it out.