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

141
Views
How to pass more than 1 parameter in @select attribute in basic-select Vuejs

I want to pass 2 parameters to the javascript function: 1. index, 2. selected object

HTML code :

<div class="form-group row" v-for="(row,index) in addRowArr" style="margin-top: 2em;">
<div class="col-md-3">
<label>ODA TAT: </label>
     <b-input-group left="<i class='fa fa-location-arrow'></i>">
             <basic-select :options="ODATATArray" :selected-option="addRowODATATObj[index]"
                          @select="ODATATobj" v-model="ODATAT" name="ODATAT" id="ODATAT"
                          placeholder="Select ODA TAT">
            </basic-select>
  </b-input-group>
</div>
</div>

Want to pass the index and selected value in the @select attribute's function.

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!