添加个 todo

This commit is contained in:
2betop 2020-01-08 10:11:16 +08:00
parent 221807da8b
commit 90b2464d28
1 changed files with 1 additions and 0 deletions

View File

@ -645,6 +645,7 @@ export class Select extends React.Component<SelectProps, SelectState> {
</div>
) : null}
{/* todo 当数目比较多的时候会卡顿,需要优化这个滚动。 */}
{filtedOptions.length ? (
filtedOptions.map((item, index) => {
const checked =