Как я могу использовать Reaction-Select для прокрутки к выбранной опции?
<Select
matchProp='label'
classes={classes}
inputId="react-select-single"
TextFieldProps={{
InputLabelProps: {
htmlFor: 'react-select-single',
shrink: true,
},
disableUnderline: true
}}
options={options}
components={components}
value={single}
onChange={handleChangeSingle}
/>