-
-
My widget code:
```
GestureDetector(
onTap: () {
setState(() {
showToolTip = !showToolTip;
});
},
child: SimpleTooltip(
show: showT…
-
Hello
How can I show the tooltip when I tap on the child?
-
I am trying to make a tooltip with an arrow having a thin border all over.
![image](https://user-images.githubusercontent.com/19344949/82754209-14cad780-9de9-11ea-8031-e06266604a67.png)
All I can ge…
-
- components: `UncontrolledTooltip`, `Tooltip`
- reactstrap version `#8.0.0`
- import method `es`
- react version `#16.8.6`
- bootstrap version `#4.3.1`
### What is happening?
The tooltip n…
-
With #13229 we got the proper infrastructure to present our demos both in JavaScript and TypeScript. We want to continue this effort with the goal to have all demos available in TypeScript.
If you …
-
Hi, i'm using spannable string and the issue is i've multiple tooltips required.
i need a solution to that, may be if i'd somehow pass an index of a textview, i'd get the textview at the correct posi…
-
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int com.github.xizzhu.simpletooltip.ToolTip.getLeftPadding()' on a null object reference
at com.github.xizzhu.simpletooltip…
-
Hey,
awesome library! Is there a way to change text size inside tooltip without using custom layout?
Thanks, have a nice day.
-
I want to wrap a component that receives `title` property with Tooltip. Tooltips throw warning that the component can not have `title` property. No, I can not rename the property.
- [x] This is…