【Bug Report】The `arrow` prop seems not working
See original GitHub issue- vue-tippy(6.0.0-alpha.30)
- vue(3.1.5)
Current behavior
Set the tippy component’s arrow
prop to true
, the arrow still not visible.
Expected behavior
The arrow should be shown
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Bug reports and feature requests - Apache Arrow
The Arrow project uses GitHub issues to track issues - both bug reports and feature requests. Creating issues¶. Apache Arrow relies upon community...
Read more >JustyFlight PA28 Arrow III propeller won't stop spinning after ...
Well, as the title says, propeller won't stop spinning. Engine is off, mixture is 0%, magnetos are off, engine rpm reads 0, master...
Read more >Piper Arrow III v4 questions and bug reports - Page 4 - Piper PA28 ...
I tried the 172, and it is overly sensitive as well. Also during take-off there seems to be little or no p-torque. During...
Read more >Known Bugs and User Experience Issues - Elementor
Learn everything about Known Bugs and User Experience Issues in this article from Elementor's Knowledge Base. Get Elementor tips & more.
Read more >Flyspray::QCAD Bugtracker: Tasklist
Flyspray, a Bug Tracking System written in PHP. ... 1659, QCAD (main), Bug Report, Very Low, File > Print Preview: does not always...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@KABBOUCHI I went ahead and added
import "tippy.js/dist/tippy.css";
and this fixed the issue… can you add this to the docs for clarity that this is needed for the arrow styles? We had tried adding the theme styles and also had no luck, I didn’t see these styles listed in the docs at allthe style are in theme section: https://vue-tippy.netlify.app/themes#styling-the-arrow
I’ll improve the docs soon