trigger icon indicating copy to clipboard operation
trigger copied to clipboard

Abstract React Trigger

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

Hi, are there any plans for updating the react version from 16.0 to 16.4? We are using React.StrictMode and we encounter the following warning in the console: """ index.js:1427 Warning:...

When the mouse leaves the sub-menu (e.g. by accident) the sub-menu automatically closes. Is there a way to prevent this? I've seen that I can add a subMenuCloseDelay, but if...

Steps to reproduce: 1 - Add rc-trigger with 'hover' action property to page. 2 - Add input element to page. 3 - Start a selection in input element by mouse...

Can add .d.ts file for rc-trigger?

![1](https://user-images.githubusercontent.com/7495984/56257577-4611a800-60ff-11e9-9a8b-ac52342ac335.png) I can not find the "popupAnimation" props API in document, but it works well in demo dropDownTree. Did we forget to write this props? 我在API中没有找到 "popupAnimation"属性,但这个属性在demo中是有效的,这个是不不因为我们忘记写入文档中了。

Consider the dropdown visibility functionality being controlled or dependent on an independent element in the dom. In that case, a class of say "ignore-visibility-change" to the latter element and on...

The popup does not stay open on Edge/Windows 10 when using touch. In the video both "hover" and "click" is checked, but the problem can be seen with only "hover"....

我想将弹出对象 相对于其他元素align https://github.com/react-component/trigger/pull/90

### environment "rc-trigger": "2.6.2" "react": "^16.4.2" ### code > https://codesandbox.io/s/343k4n37j1 ------ But when I change rc-trigger version to ^2.4.2, it works :) . weird