trigger
trigger copied to clipboard
Abstract React Trigger
I am using rc-slider and I need to set the z-index for the element created by getContainer. I also propose putting this logic inside componentDidMount() and clean up in componentWillUnmount....
Hi, Is it possible we can hide context menu by adding scrolling event on root component or his parent instead of only document? Similar with contextMenuOutsideHandler1, can it handle not...
Due to this issue: https://github.com/ant-design/ant-design/issues/10325, I suggest that we add `className` as a prop of `Trigger` for convenience. #### Current ```jsx const props = this.props; const children = props.children; const...
``` onPopupVisibleChange(popupVisible) { this.setState({ popupVisible }) } ``` 里面的 mobile-trigger 点击后展开菜单。然后再点击后应该关闭的。但是却重复触发了事件,导致关闭后立刻打开了。 感觉像是点击穿透问题, fastclick 也用了,也无效。 ``` document.addEventListener('DOMContentLoaded', () => FastClick.attach(document.body), false) ```
Triggers cascaded, how to stop one of the trigger mouse down event propagation. I handle it by `stopImmediatePropagation` now, but when nested more, is not convenient do that one by...
We **upgraded from version 1.8.2 to 1.8.3** and found out that it isn't possible to interact with elements that are close to rc-trigger component anymore. I hope this screenshot explains...
Older versions of `rc-animate` and `rc-align` don't work in react 16, and when I install `rc-trigger` for some reason `yarn` selects those older versions for installation unless I add resolutions...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.13 to 22.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.8.0. Release notes Sourced from eslint's releases. v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error...
Fixes #470 #463