Joe Steinbring :thisisfine: · @joe
395 followers · 2754 posts · Server toot.works

I'm using v-combobox (next.vuetifyjs.com/en/componen) with my / app but throwing ~1200 options at it was bogging it down. I couldn't find a documented option for requiring a certain number of characters before auto-suggesting values and then something came to mind. I used a computed property with ...

if(this.companyName != null && this.companyName.length > 3){
return companyNameValues;
}else{
return [];
}

... That worked perfectly. :ablobcatattention:

#Vuetify #vue

Last updated 3 years ago

Milwaukee Dev · @mkedev
1 followers · 4 posts · Server toot.works

Job Posting

Employer: Circa
Stack: , , ,
Location: Milwaukee, WI
Pay: Unknown
Description: You'll be developing high performance, secure backend systems in .NET Core and flexible, usable, and accessible frontend applications in VueJS. You'll participate in an Agile software process that encourages creativity, collaboration, and iteration, while also coaching and providing feedback to junior developers and engineers.
Link: careers.jobscore.com/apply_flo

#dotNetCore #csharp #Vuetify #vuejs

Last updated 3 years ago

brye · @jpebora
4 followers · 11 posts · Server social.up.edu.ph