We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用proForm表单,valueType选择'select',填入对应的数据
此时数据量超出了一个屏幕,应该要展示滚动条
select组件版本
<BetaSchemaForm columns={[ { title: 'select test', valueType: 'select', fieldProps: { options: [ { value: 'jack', label: 'Jack' }, { value: 'lucy', label: 'Lucy' }, { value: 'Yiminghe', label: 'yiminghe' }, { value: 'Yiminghe1', label: 'yiminghe1' }, { value: 'Yiminghe2', label: 'yiminghe2' }, { value: 'Yiminghe3', label: 'yiminghe3' }, { value: 'Yiminghe4', label: 'yiminghe4' }, { value: 'Yiminghe5', label: 'yiminghe5' }, { value: 'Yiminghe6', label: 'yiminghe6' } ] } } ]} />
该问题应该是开启虚拟滚动后,rc-virtual-list计算高度的问题,详见如下链接 react-component/virtual-list#262 rc-virtual-list生成在3.11.5版本修复了该问题, 但是pro-components这边依然有该问题,或者说antd的最新版本中依然有该问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug 描述
📷 复现步骤
使用proForm表单,valueType选择'select',填入对应的数据
🏞 期望结果
此时数据量超出了一个屏幕,应该要展示滚动条
💻 复现代码
select组件版本
© 版本信息
🚑 其他信息
该问题应该是开启虚拟滚动后,rc-virtual-list计算高度的问题,详见如下链接
react-component/virtual-list#262
rc-virtual-list生成在3.11.5版本修复了该问题, 但是pro-components这边依然有该问题,或者说antd的最新版本中依然有该问题
The text was updated successfully, but these errors were encountered: