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.

Popover with 'Hidden Arrow'

See original GitHub issue

Issue description

  • components: Popover
  • reactstrap version 5.0.0-beta
  • react version 16.2.0
  • bootstrap version v4.0 latest

What is happening?

I want to hide the arrow from the Popover component. For this, I use the Popover’s modifiers property, but it does not work. The arrow is still visible. What am I doing wrong. Please, provide me with a code sample that implements a Popover with ‘Hidden Arrow’.

What should be happening?

image

Steps to reproduce issue

I reproduce my case in this example.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
TheSharpieOnecommented, Feb 7, 2018

reactstrap has things like isOpen instead of just open. hasArrow fits that… but I really dislike props that default to true making the user have to do hasArrow={false} which seems way verbose. Maybe noArrow or hideArrow which defaults to false so that the user only has to type the prop name which sets the value to true

2reactions
supergibbscommented, Feb 7, 2018

Ya, go for it. I think the prop name should just be arrow to match the naming style of reactstrap. Thoughts @TheSharpieOne? Needs to be added to PopperContent and Popover and Tooltip

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap popover - remove arrow - Stack Overflow
You may add CSS where you can choose the popover and then the arrow. After, you may be able to customise the arrow...
Read more >
How To Remove/Hide Bootstrap Tooltip Popover Arrow/Triangle
https://qsandbox.com/yt884-EHItDY6lUR4 | In this short video we show you haw to hide Bootstrap tooltip / popover arrow /triangle.
Read more >
React Suite Popover Hide Arrow Indicator - GeeksforGeeks
The popover is used to show the popup information that is triggered on any event over the parent window. We can hide the...
Read more >
Is it possible to hide the 'arrow' of 'dx-popover'?
hi, when I used css to hide it, i found that the margin between target and popover is too big, is there any...
Read more >
Remove arrow in macOS popover using SwiftUI
A popover without an arrow is possible in UIKit, but not in SwiftUI. ... ...which is all that SwiftUI provides. There is no...
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