Ryanxc
Ryanxc
I found that after Pagination adds showQuickJumper configuration, all possible events like onChange are not fired. The same is true for the example in the documentation, why?
### 🐛 bug 描述 zh-HK 繁体中文下 ProFormSelect 包在 antd 的 Form 里会抛异常。 ### 📷 复现步骤 在 zh-HK 语言下, Form 内的任意位置使用 ProFormSelect ### 🏞 期望结果 在简体中文和英文中正常使用,切换繁体中文后抛异常,期望在繁体下正常使用。 ### 💻 复现代码 https://codesandbox.io/s/ji-ben-shi-yong-forked-mx49xu?file=/index.tsx ###...
### 🐛 bug 描述 在 ProFormList 中使用了 ProFormDependency 监听 ProFormDigit 的值做一些动态 UI,**_在 ProFormDigit 的值为整数 0 时,ProFormDependency 监听到的值为 undefined_**,其他数值一切正常,包括负数。在非 ProFormList 包裹的 Form 场景使用时,上述的组件搭配使用一切正常。 ### 📷 复现步骤 使用以下代码片段,问题必现:  ### 🏞 期望结果...