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
Make a b-form-select with options after select

I have a b-form-select with options that are available after the user selects some other inputs. I want to execute a function when they choose one of my dynamically <b-form-option> but i cannot get the value and the text.

Here is my code

<b-form-select
@change="priceNameSelected(group_xreoshs);
getListOfGroups(value, hmera_paralabhs, selectedDate_2);"
id="input-xora"
v-model="group_xreoshs"
class="mb-3"
>
<b-form-select-option :value="null">Επιλέξτε Group Χρέωσης</b-form-select-option>
<b-form-select-option
v-show="this.form.omada_dosame != null"
:value="`${this.form.omada_dosame }`"
:text="`${ this.omada_dosame_title }`"
>
</b-form-select-option>
<b-form-select-option
 v-show="this.form.omada_zhthse != null"
 :value="`${this.form.omada_zhthse }`"
 :text="`${ this.omada_zhthse_title }`"
 >
</b-form-select-option>
</b-form-select>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I found the solution

<b-form-select v-model="group_xreoshs">
<b-form-select-option :value="this.form.omada_dosame">
{{ this.omada_dosame_title }}
</b-form-select-option>
<b-form-select-option :value="this.form.omada_zhthse">
{{ this.omada_zhthse }}
 </b-form-select-option>
</b-form-select>
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!