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
Describe the bug When I set the showArrow = false, the arrow does not as expect to hide
showArrow = false
To Reproduce Steps to reproduce the behavior:
var tooltipConfig = DefaultTooltipConfig(side: .top) init(){ self.tooltipConfig.showArrow = false }
Expected behavior As the document description, set shoArrow can show or hide the arrow.
shoArrow
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
bring-shrubbery
When branches are created from issues, their pull requests are automatically linked.
Describe the bug
When I set the
showArrow = false
, the arrow does not as expect to hideTo Reproduce
Steps to reproduce the behavior:
Expected behavior
As the document description, set
shoArrow
can show or hide the arrow.Screenshots
![image](https://user-images.githubusercontent.com/244297/214979074-1dfe7c48-5b2e-4a0f-824b-de2c46326273.png)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: