Skip to content

Commit

Permalink
fix: Select default listItemHeight for small size & compact mode (#24706
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AshoneA committed Jun 3, 2020
1 parent 076ed1b commit 3ca11e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Select<ValueType extends SelectValue = SelectValue> extends React.Componen
className,
size: customizeSize,
listHeight = 256,
listItemHeight = 32,
listItemHeight = 24,
getPopupContainer,
dropdownClassName,
bordered,
Expand Down

0 comments on commit 3ca11e9

Please sign in to comment.