MadCcc
MadCcc
Didn't get reproduced, any more details?
可以提供通过 ConfigProvider 去用 tailwindcss 赋值 token 的方法,需要屏蔽一下 antd 的 token 计算。 能描述一下具体使用的场景吗,我们看看有没有更好的解决方法?
Radio.Group 的 disabled 更合理一点,JSX 语法下的 Radio 也符合就近原则,属于是漏洞。后面考虑移除 JSX 语法糖,这块逻辑线不改了避免 breaking change。
Try to make Table `height: 100vh`?
Can `preventDefault` help?
Providing `onInput` would be nice.
暂时还不支持,可以先使用 `filterDropdown` 来自定义下拉菜单实现 https://ant.design/components/table-cn#table-demo-custom-filter-panel
Can you provide more detail about this new api?
It is caused by event propagation of React. You can simply fix it by add `stopPropagation` in click event of Tooltip.