mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
添加个 todo
This commit is contained in:
parent
544d9ebd4f
commit
d5289b3f25
@ -645,6 +645,7 @@ export class Select extends React.Component<SelectProps, SelectState> {
|
||||
</div>
|
||||
) : null}
|
||||
|
||||
{/* todo 当数目比较多的时候会卡顿,需要优化这个滚动。 */}
|
||||
{filtedOptions.length ? (
|
||||
filtedOptions.map((item, index) => {
|
||||
const checked =
|
||||
|
Loading…
Reference in New Issue
Block a user