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

246
Views
How can I not line break on vuetify multiple v-combox?

I'm using v-combobox it looks like this:

          <v-combobox
        v-model.trim="data"
        :search-input.sync="search"
        multiple
        dense
        class="pt-0"
        clearable
        hide-details
        maxlength="128"
      >
        <template v-slot:selection="{ item, index }">
          <span v-if="index === 0">{{ item }}</span>
          <span v-if="index === 1" class="grey--text caption pl-1"> (+ {{ data.length - 1 }}) </span>
        </template>
      </v-combobox>

enter image description here

The width of the v-combox is very small, so if the text you enter is long, the height changes. like this:

enter image description here

How can I handle it naturally? like this:

enter image description here

I want the input part and the scroll part to be natural.

Thanks :)

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!