We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip shows the word object instead of parsing it.
1.) Went to miruro.tv 2.) Drank coffee 3.) Hover on the title
The truncated title should show up.
I want to break free.
No response
0.5.2
Chrome
The text was updated successfully, but these errors were encountered:
May i suggest JSLibrary https://atomiks.github.io/tippyjs/
sample code (pyhon flask + html). result is comming from the json response of consumet api.
<head> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tippy.js/dist/tippy.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tippy.js@6.3.7/themes/translucent.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tippy.js@6.3.7/animations/shift-away.min.css"> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@popperjs/core/dist/umd/popper.min.js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/tippy.js/dist/tippy.umd.min.js"></script> </head> <div class="container"> <h1 class="text-center my-4">Popular Anime</h1> <div class="row"> {% for result in data.results %} <div class="col-md-2 mb-4"> <div class="card" data-tippy-content="{{ result.title }}"> <img src="{{ result.image }}" alt="{{ result.title }}" class="card-img-top"> <div class="card-body"> <h5 class="card-title">{{ result.title[:15] }}{% if result.title|length > 15 %}...{% endif %}</h5> <p class="card-text">Release Date: {{ result.releaseDate }}</p> <a href="{{ result.url }}" class="btn btn-primary">More Info</a> </div> </div> </div> {% endfor %} </div> </div> <script> tippy('.card', { theme: 'translucent', animation: 'shift-away', followCursor: true, delay: 250 }); </script>
Sorry, something went wrong.
user70853572305239875909542835673652937
canal8064
No branches or pull requests
What went wrong?
Tooltip shows the word object instead of parsing it.
How'd you stumble upon it?
1.) Went to miruro.tv
2.) Drank coffee
3.) Hover on the title
What you hoped for vs. What actually happened
The truncated title should show up.
Anything else we should know?
I want to break free.
How can we reach you? (Totally Optional)
No response
Which version was acting up?
0.5.2
Which browsers were a bummer?
Chrome
Got logs?
No response
Code of Conduct Agreement
The text was updated successfully, but these errors were encountered: