ant-design/components/select/demo/big-data.md

8 lines
343 B
Markdown
Raw Normal View History

## zh-CN
Select 默认针对大数据开启了[虚拟滚动](https://github.com/react-component/virtual-list),因而获得了更好的性能,可以通过 `virtual={false}` 关闭。
## en-US
Select use [virtual scroll](https://github.com/react-component/virtual-list) which get better performance, turn off it by set `virtual={false}`.