Improve arrow modifier docs
See original GitHub issueCodePen demo
https://codepen.io/anon/pen/BJpmjz
Steps to reproduce the problem
arrowElement
set to div where I will place the arrow- Print value of
data.arrowElement
inonUpdate
callback
What is the expected behavior?
Arrow div is printed to the console and placed between the reference and popper div.
What went wrong?
The arrow div is not positioned and not returned in the callback as if it’s ignored. This results in the value undefined
being printed to the console.
Any other comments?
I couldn’t really find documentation nor examples of including an arrow with the popper on the internet at all, so specifying it as arrowElement
in the Popper
constructor is a guess, but I hoped it would work. What is the correct solution?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Improve arrow modifier docs · Issue #514 - GitHub
The arrow div is not positioned and not returned in the callback as if it's ignored. This results in the value undefined being...
Read more >Arrow | Popper
The arrow modifier positions an inner element of the popper so it appears centered relative to the reference element, usually the triangle or...
Read more >Build #1 for arrow-improve-0.1.0.0 - Hackage
Modifiers ( Test/QuickCheck/Modifiers.hs, ... Class' Documentation created: dist/doc/html/data-default-class/index.html Installing library in ...
Read more >Change how paragraphs & fonts look - Android - Google Docs ...
tap Paragraph. Next to "Line spacing," use the arrows to choose the amount of space you want between the lines in the paragraph....
Read more >How to change your margins in Google Docs in 2 ways
The right arrow modifies the right indent. Note: For these indent changes to impact more than one paragraph at a time, select multiple....
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 FreeTop 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
Top GitHub Comments
@Overv It’s always a trade between flexibility and presets… not generating any markup give’s you all the options to use whatever markup for your popover.
The needed markup is very simple:
This is just a documentation ticket, there’s nothing broken with the library.