I'm using v-combobox (https://next.vuetifyjs.com/en/components/combobox/) with my #vuetify / #vue 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:
Job Posting
Employer: Circa
Stack: #VueJS, #Vuetify, #CSharp, #dotNetCore
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: https://careers.jobscore.com/apply_flow/application_agreements/new?job_id=cayr2I7ovjlOWE_rbFRGE8
#dotNetCore #csharp #Vuetify #vuejs