score:4

you can use enternextdelay feature in material ui api to handle this rather enterdelay to handle delay for the subsequent delay in tooltip.

<tooltip enternextdelay={2000} title={'abc'} arrow='true' classes={{ 'tooltip': classes.customtooltip, arrow: classes.arrow }}>

find more details here: https://material-ui.com/api/tooltip/#tooltip-api


Related Query

More Query from same tag