trigger icon indicating copy to clipboard operation
trigger copied to clipboard

Abstract React Trigger

Results 75 trigger issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

dependencies

When setting `popupVisible` of a `` to true in a controlled manner, the popup is shown at 0,0 of the current page instead of being placed around its actual target....

添加 pointerDown 事件比 click 事件更加适用大板触摸设备 ## Summary by CodeRabbit - **新功能** - 增强了指针事件的处理能力,允许更细致地控制UI组件的可见性。 - 新增了`pointerDown`动作类型,以支持更复杂的用户交互。 - **文档** - 更新了关于点击动作的注释,以反映指针下动作的包含。

相关issue https://github.com/ant-design/ant-design/issues/45590 可以看`edge-popup` demo 修复后的结果 ![image](https://github.com/react-component/trigger/assets/13554001/29151ffd-fb7e-42a2-8a41-de2e28881e5a) 之前的结果

I hope onMouseEnter and onMouseLeave can accept the transfer of props, because once I control visible externally, the mouse moves to the pop-up layer and cannot be set to visible...

Any way to force the popup always keep in view for `@rc-component/trigger` for now? - @rc-component/trigger: 1.14.1 Unlike `rc-trigger`, `@rc-component/trigger` always try to stick to the target. Is there any...

After update from v1.14.2 to v1.14.3 I noticed that @rc-component/trigger doesn't work good with portals as previously. We use the react-select with portal inside the antd Table filter dropdown ([email protected])....

### Actions We have an antd slider mounted on a Lazy loaded page (with a `Suspense` parent). When we click in the menu of our website, this unmount the current...