Is it possible to put a <v-Calendar /> inside a <v-select />?

Asked

Viewed 27 times

0

For some reasons of standardization I was asked if possible to put 'v-Calendar' inside 'v-select'; I researched a lot and tried in several possible ways but without success. I know this is not even ideal but as requested I would like to know if anyone has any idea or if it is possible..

<v-select>
 <v-calendar />
</v-select>

some attempts

<v-select>
 <ComponentCalendar />
</v-select>

Thank you.

  • A calendar within a select does not make sense to me in UI terms, but I may not have understood the idea. Do you have any image of how it should look in the UI?

  • I agree that it doesn’t make any sense also zz But you know how it is right? Asked... It is because there is already a whole stylization and pattern within the select including the arrows that spin and bla bla so that preference.. https://pbs.twimg.com/media/EX_79r6XkAgIdp7?format=png&name=small E will have other fields that will be select, so the importance of 'being equal' and kind of avoid having to do this in hand and apply to all fields that today are already with v-select

  • This image for me is a div with the icon doing 180 degrees of rotation to show that it is and the v-Calendar "underneath". Can you show how it would be closed? and around it is content that moves when Calendar appears?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.