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

175
Views
How to search for a value that isnt as item in a v-autocomplete

I have a v-autocomplete:

    <v-autocomplete
              v-model="fromPrice"
              :items="listOfFromItems"
              dense
              solo
              label="from"
              hide-details
              return-object
              color="red darken-1"
            />

I have populated with a list like this:

for (let i = 0; i <= 5000; i += 50) {
  this.listOfFromItems = [...this.listOfFromItems, i];
}

 [0, 50, 100, 150.......5000]

I want to make something like that, when I write a number (for example 12) which in not in the array, the value of v-autocomplete will be the written number, 12. Any help would be appreciated :)

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The component you're looking for is called Combobox.

about 4 years ago · Juan Pablo Isaza Report
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!