fix auto height of virtual list
This commit is contained in:
parent
9b5b835d82
commit
19c7786388
|
|
@ -206,6 +206,7 @@ class SelectComponent extends React.Component<
|
|||
itemCount={items.length}
|
||||
itemSize={ITEM_SIZE}
|
||||
ref={this.listRef}
|
||||
style={{ height: "auto", maxHeight: 300 }}
|
||||
width={"100%"}
|
||||
>
|
||||
{RowRenderer}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user