Code Monkey home page Code Monkey logo

Comments (2)

KABBOUCHI avatar KABBOUCHI commented on May 18, 2024

Reactive option will not work if you use data-tippy-html ( I can't override any data-tippy-* attributes)

When you use reactive option, you don't need to use style="display: none;" v-tippy-html

Please try the bellow:

<button class="add-bag button is-text" v-on:click="toggleModal" :title="Add" v-tippy>
  <div class="icon is-medium" v-tippy="{ html : '#' + generateID, trigger: 'click', interactive: true, reactive: true }">
    <span class="fa-stack">
      <i class="fa fa-circle fa-stack-2x"></i>
      <i class="fa fa-plus fa-stack-1x"></i>
    </span>
  </div>
</button>

<div :id="generateID" class="content">
  <input v-model="tradePrice" class="input is-small has-text-right" type="text" placeholder="Trade price">
{{ tradePrice }}
</div>

If you still have a problem , please make a example in sandbox and I'll try to fix it
( https://webpackbin.com)

Edit: check this small example https://www.webpackbin.com/bins/-L-wlCwBcAoUAD402Lfr

from vue-tippy.

karimhossenbux avatar karimhossenbux commented on May 18, 2024

Yes! It's working great now.
Thank you very much!
Have a good week end :)

from vue-tippy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.