overflow
overflow copied to clipboard
📦 Auto collapse box util component
when i set margin on overflow item, the item width is calculate error. i see it only calculate offsetWidth, so margin is not calculate. so, support it ? Or is...
We use Ant Design 4.x (which uses this library under the hood) and if we try to click an Ant dropdown inside a unit test, we always get this error:...
Hi. To prevent hidden elements from participating in keyboard navigation, add attribute "inert" or tabindex="-1"
背景 & 复现方法: close https://github.com/react-component/menu/pull/665 期许: 在overflow ssr="full" 模式下, 在首次渲染所有 items 内容时, SEO友好且页面不闪烁 代码改动简述: 逻辑部分 在 ssr="full", shouldResponsive 为true时, 让首次 render 时会绘制所有 items(display prop 为true, css 宽度为0); message channel 执行更新...
I'm trying to call setState inside the function that deals renderRest, in order to use those overflow elements inside a popup element. But when calling the setState to keep those...
Hello, I am reading the source code. I found that `channelUpdate ` and `unstable_batchedUpdates `are used in the code. So I guess it is to be compatible with the previous...
When I need to add a separator between items ex: item1, item2, item3... restItem There is no index that can check if an item is the first or not.
  👍 rc-overflow is super good, it help me a lot. Wrap item overflow when you resize page , But no problem in antd menu, how to fix it?...