Wrapping MenuItem
directly breaks Select's
functionality. Try making MenuItem
the parent.
<MenuItem value="option">
<Tooltip title="big text to display as tooltip">
<Typography>short summary to display as option</Typography>
</Tooltip>
</MenuItem>