--- category: Components group: Data Entry title: Select cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*zo76T7KQx2UAAAAAAAAAAAAADrJ8AQ/original coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*5oPiTqPxGAUAAAAAAAAAAAAADrJ8AQ/original demo: cols: 2 --- Select component to select value from options. ## When To Use - A dropdown menu for displaying choices - an elegant alternative to the native ` (
{ e.preventDefault(); e.stopPropagation(); }} > Some Content
)} /> ``` ### Why sometime customize Option cause scroll break? Virtual scroll internal set item height as `24px`. You need to adjust `listItemHeight` when your option height is less and `listHeight` config list container height: ```tsx