question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I use b-modal tag like this:

      <b-button v-b-modal.my_modal>my_button</b-button>
      <b-modal
          id="my_modal"
          title="something"
          @ok="doSomething">
        some tips
      </b-modal>

but when I click my_button, I got this:

modal_issue

I clicked cancel got: then

I clicked cancel button several times, it returned to my original page finally. I’d like to know how to figure it out 😭. Please pardon my poor English, thanks so much!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tmorehousecommented, Dec 16, 2019

When using in document templates, ID attributes are converted to lower-case by the browser (SFC templates do not have this issue)

0reactions
KobeBeyondcommented, Dec 16, 2019

Yes! I forgot this when I am coding. I’ll brand it on my mind🧐Thank you very much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Modal? Material Guide, Ethics and Sustainability
Modal is a man-made cellulosic fibre that has found fame in the age of activewear. Breathable and absorbent, this cotton alternative is used...
Read more >
Modal Definition & Meaning - Merriam-Webster
The meaning of MODAL is of or relating to modality in logic. How to use modal in a sentence.
Read more >
Modal - Wikipedia
Modal (textile), a textile made from spun cellulose fiber ; Modal analysis, the study of the dynamic properties of structures under vibrational excitation...
Read more >
Fabric Guide: What Is Modal Fabric? Understanding How ...
Modal is a form of rayon, another plant-based textile, though it is slightly more durable and flexible than the standard version. Modal is...
Read more >
modal - Wiktionary
AdjectiveEdit · Of, or relating to a mode or modus. · (grammar) Of, relating to, or describing the mood of a clause. ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found