简体   繁体   中英

Tooltip - Enter Delay is not working properly

i have given enterdelay for tool tip as 1000 and mouse enter of my treeview for first time i could see the delay. but as in next move to next treeitem was not having any delay. it shows (pops up) immediately.

Am using version 4.8.3. please any solution?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM