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
Transfer
2.64.0
No response
复制复现代码到官网
() => { const data = Array.from({ length: 5 }, (v, i) => { return { label: `选项名称 ${i}`, value: i, disabled: i ===3 ? true : false, key: i, }; }); return ( <Transfer style={{ width: 568, height: 416 }} dataSource={data} onChange={(values, items) => console.log(values, items)} /> ); };
- OS: - browser:
The text was updated successfully, but these errors were encountered:
YyumeiZhang
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Which Component
Transfer
Semi Version
2.64.0
Current Behavior
Expected Behavior
No response
Steps To Reproduce
复制复现代码到官网
ReproducibleCode
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: