Closed asbermudez closed 1 year ago
I saw the same issue with TimeInput, but not DateInput...
@m0ksem @zvenigorodskaia
Would like to understand, In the below code i want to display "imgUrl" to #prependInner template, how would I do it ?
<VaSelect
label="Select step"
@update:modelValue="(e)=>console.log(e)"
:options="[{title:"iam a title",value:1,imgUrl:"https://some.png"}]"
text-by="title"
value-by="value"
>
<template #prependInner>
<VaAvatar :src="imgUrl" />
</template>
</VaSelect>
Vuestic-ui version: 1.7.0 (at least)
Steps to reproduce Add the clearable prop in the input, write some test. Example here from documentation. https://codesandbox.io/p/sandbox/cool-jackson-9tw3t8
What is the expected behavior? Should show the clearable icon in the correct size (like in VaSelect)
What is the current behavior? Shows a clearable icon oversized