tooltip icon indicating copy to clipboard operation
tooltip copied to clipboard

React Tooltip

Results 67 tooltip issues
Sort by recently updated
recently updated
newest added

Hi. I use the properties align.overflow (adjustX, adjustY and alwaysByViewport) to avoid scrolling and cutting off tooltips located close to the edge of the page. But it has no effect....

In the `align.overflow` configuration there is an `alwaysByViewport` option offered by [dom-align](https://github.com/yiminghe/dom-align): > if alwaysByViewport is true, the it will adjust if node is not inside viewport This solved an...

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.2.3 to 6.1.1. Release notes Sourced from gh-pages's releases. v6.1.1 Fixes fix: Add missing cname option not passed to the config by @​WillBAnders in tschaub/gh-pages#535 Dependency Updates...

dependencies

Bumps [np](https://github.com/sindresorhus/np) from 7.7.0 to 9.2.0. Release notes Sourced from np's releases. v9.2.0 Fix yarn npm publish for scoped packages 8d3a984 Fix broken revert code after publish failure 819ed29 https://github.com/sindresorhus/np/compare/v9.1.0...v9.2.0...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. Release notes Sourced from typescript's releases. TypeScript 5.3.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

I tried styling the tooltip with [Emotion's css prop](https://emotion.sh/docs/css-prop): ``` const tooltipStyle = css` .rc-tooltip { background: yellow; &.rc-tooltip-hidden { display: none; } } `; function handle (node) { return...

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.35.0. Release notes Sourced from eslint's releases. v8.35.0 Features 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke) c8c0c71 feat: Move all and...

dependencies

If the content has a small width, tooltip incorrectly calculates the positioning. ![image](https://github.com/react-component/tooltip/assets/8526127/a08a72d6-3084-4e40-8d44-c1488139dfaf) https://codesandbox.io/s/eager-maxwell-js6p9n?file=/src/App.js

Need an 'auto' prop for automatic edge detection and placement updates to the offSetY or offSetX. ![Screen Shot 2023-09-21 at 10 51 45 AM](https://github.com/react-component/tooltip/assets/79159096/4d66b579-d806-4349-a745-ef8788bf029b)

``` button text ``` https://github.com/react-bootstrap/react-bootstrap/pull/1254