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

221
Views
Bootstrap Vue Modal ok button

Hello iam using a bootstrap vue modal but i want to change the name of the buttons make ok button show submit and cancle show close in the footer but i have no access to them where can i find them. This is what i have

<button v-b-modal.modal-close_visit class="btn btn-danger btn-sm m-1">Close</button>

<b-modal id="modal-close_visit" @hidden="resetClose">
  <template #modal-title
><p class="text-uppercase">
  Close {{ close_visit.patient_name }}'s Visit
</p></template>
</b-modal>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can overwrite the standard footer with your own:

<b-modal>
    <template #modal-footer>
        <button v-b-modal.modal-close_visit class="btn btn-danger btn-sm m-1">Close</button>
        <button v-b-modal.modal-close_visit class="btn btn-success btn-sm m-1">Submit</button>
    </template>
</b-modal>
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!