ElemeFE / ElemeFE/element-react

Tooltip - props: manual and visible are ignored

Open
#995 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.