ElemeFE / ElemeFE/element-react
Tooltip - props: manual and visible are ignored
Open
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 435
- PR merge metrics
- No merged PRs in 30d
Description
### Description
For the Tooltip component, the props:
- manual
- visible
are ignored, they make no effect in the behaviour of the Tooltip
### Reproduce Steps
1. Declare a Tooltip
```
SOME OTHER CONTENT
```
2. Check if Tooltip is visible
### Error Trace
There are no errors in the console
### Solution
- Make it possible to make Tooltip visible on initial render without having to hover the mouse.
- Make it possible to manipulate the visibility state of the Tooltip via props.
Contributor guide
Assessment
This issue has not been assessed yet.