添加个 todo

This commit is contained in:
2betop 2020-01-08 10:11:16 +08:00
parent 544d9ebd4f
commit d5289b3f25

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 =