Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

112
Views
Open a date picker from inside a v-select VUE

I have a v-select with four items to choose different dates. The last item in the select is for choosing a manual date and then I want a menu/dialog to pop open with a date picker. But I can't get that to work...

    <v-select
        v-model="dates"
        :items="items"
        clearable
        hide-details
        :label="$tc('Dates')"
    >
        <v-menu
            v-model="showDatePicker"
            :close-on-content-click="false"
        >
            <template #item="{ item, on, attrs }"
                ><v-list-item v-attrs="attrs" v-on="on">{{ item.text }}</v-list-item>
            </template>
            <v-date-picker v-model="dates" @input="showDatepicker = false" />
        </v-menu>
    </v-select>

I've tried many different things but this is the latest one. Anyone that knows how to solve this? :)

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!