import SuperSelect from 'antd-super-select';
const children = [];
for (let i = 0; i < 500; i++) {
children.push(
<Option value={i + "sfs"} key={i}>
{i + "abccdefg"}
</Option>
);
}
<SuperSelect>{children}</SuperSelect>
-
Notifications
You must be signed in to change notification settings - Fork 0
running-snail-sfs/antd-super-select
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
基于antd Select的大数据渲染的组件SuperSelec
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published